From 35cfb1d88b2123d1712b247f4081ef71cc962268 Mon Sep 17 00:00:00 2001 From: paltherr Date: Tue, 25 Nov 2003 16:35:43 +0000 Subject: - Moved bug199 into files/run/bugs.scala --- test/files/run/bugs.scala | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test/files/run/bugs.scala') diff --git a/test/files/run/bugs.scala b/test/files/run/bugs.scala index d80e5c1412..d7a7fef170 100644 --- a/test/files/run/bugs.scala +++ b/test/files/run/bugs.scala @@ -155,6 +155,16 @@ object Bug176Test { } } +//############################################################################ +// Bug 199 + +class Bug199C { object o; } +object Bug199Test { + def main(args: Array[String]) = { + (new Bug199C).o; () + } +} + //############################################################################ // Bug 213 @@ -270,12 +280,13 @@ object Test { test(168, Bug168Test.main(args)); test(174, Bug174Test.main(args)); test(176, Bug176Test.main(args)); + test(199, Bug199Test.main(args)); test(213, Bug213Test.main(args)); test(217, Bug217Test.main(args)); test(222, Bug222Test.main(args)); test(225, Bug225Test.main(args)); test(226, Bug226Test.main(args)); - test(233, Bug233Test.main(args)); + test(233, Bug233Test.main(args)); if (errors > 0) { System.out.println(); -- cgit v1.2.3