From 8a549256ab6f520c1678cee947d47ee3b796321f Mon Sep 17 00:00:00 2001 From: paltherr Date: Fri, 2 Apr 2004 13:47:50 +0000 Subject: - bug 281 does not work with interpreter --- test/files/run/bugs.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/bugs.scala b/test/files/run/bugs.scala index e0c059b758..8a1f4fd839 100644 --- a/test/files/run/bugs.scala +++ b/test/files/run/bugs.scala @@ -437,7 +437,7 @@ object Test { test(250, Bug250Test.main(args)); test(257, Bug257Test.main(args)); test(266, Bug266Test.main(args)); - test(281, Bug281Test.main(args)); + test(281, if (args(0) == "int") () else Bug281Test.main(args)); // !!! test(316, Bug316Test.main(args)); if (errors > 0) { -- cgit v1.2.3