From 2a659cf0edb897e0e18c1604c1ec5950b623827a Mon Sep 17 00:00:00 2001 From: Miguel Garcia Date: Wed, 21 Aug 2013 17:11:21 +0200 Subject: SI-7407 fixed in GenBCode but beware, it remains a bug in GenASM GenBCode runs only under a flag, and moreover only if -optimise is not present (see ScalaSettings for details). Therefore during a nightly, when tests are run under -optimise, we need -Ynooptimise to deactivate the optimizer. With that, GenBCode can run and tackle the test case successfuly. --- test/files/run/t7407.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/t7407.check (limited to 'test/files/run/t7407.check') diff --git a/test/files/run/t7407.check b/test/files/run/t7407.check new file mode 100644 index 0000000000..e965047ad7 --- /dev/null +++ b/test/files/run/t7407.check @@ -0,0 +1 @@ +Hello -- cgit v1.2.3