summaryrefslogtreecommitdiff
path: root/test/files/run/t7407b.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7407 fixed in GenBCode but beware, it remains a bug in GenASMMiguel Garcia2013-08-211-0/+2
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.