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