summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1380/hallo.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t1380/hallo.scala')
-rw-r--r--test/pending/pos/t1380/hallo.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/pos/t1380/hallo.scala b/test/pending/pos/t1380/hallo.scala
index 27ecd9fb8b..bb8fff2333 100644
--- a/test/pending/pos/t1380/hallo.scala
+++ b/test/pending/pos/t1380/hallo.scala
@@ -1,3 +1,3 @@
object hallo {
- def main(args:Array[String]) = println("hallo")
+ def main(args:Array[String]) = println("hallo")
}