From 15add6cd50a26efc4ad80365d4ee31890123f770 Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Fri, 4 Dec 2009 15:16:13 +0000 Subject: object's name should be Test instead of Main --- test/files/run/t2754.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t2754.scala') diff --git a/test/files/run/t2754.scala b/test/files/run/t2754.scala index 14c4f31e59..aeb5259dab 100644 --- a/test/files/run/t2754.scala +++ b/test/files/run/t2754.scala @@ -1,4 +1,4 @@ -object Main { +object Test { def main(args: Array[String]) { val v: FooBarPlus[Int] = new FooBarPlusImpl() v.foo += 10 -- cgit v1.2.3