summaryrefslogtreecommitdiff
path: root/test/files/run/t2754.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2754.scala')
-rw-r--r--test/files/run/t2754.scala2
1 files changed, 1 insertions, 1 deletions
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