summaryrefslogtreecommitdiff
path: root/test/files/run/t2754.scala
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert.plociniczak@epfl.ch>2009-12-04 15:16:13 +0000
committerHubert Plociniczak <hubert.plociniczak@epfl.ch>2009-12-04 15:16:13 +0000
commit15add6cd50a26efc4ad80365d4ee31890123f770 (patch)
tree78fb0b295f5123fd129b527f744edb8ed453637c /test/files/run/t2754.scala
parenta41307b3eaa6448dec49f4c9d20f04103eb73193 (diff)
downloadscala-15add6cd50a26efc4ad80365d4ee31890123f770.tar.gz
scala-15add6cd50a26efc4ad80365d4ee31890123f770.tar.bz2
scala-15add6cd50a26efc4ad80365d4ee31890123f770.zip
object's name should be Test instead of Main
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