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/t7407b.check | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/files/run/t7407b.check (limited to 'test/files/run/t7407b.check') diff --git a/test/files/run/t7407b.check b/test/files/run/t7407b.check new file mode 100644 index 0000000000..f30294447b --- /dev/null +++ b/test/files/run/t7407b.check @@ -0,0 +1,2 @@ +Hello +abc -- cgit v1.2.3