summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1380/hallo.scala
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-11-13 23:05:51 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-11-13 23:05:51 +0000
commit6866d592b9355551b2d3d337081fd1a849f852d1 (patch)
treea271cb718b845cad1ca6d1faec136b1f8e78110e /test/pending/pos/t1380/hallo.scala
parentf20f480fca746286135bb0c40a34f992fca992a5 (diff)
downloadscala-6866d592b9355551b2d3d337081fd1a849f852d1.tar.gz
scala-6866d592b9355551b2d3d337081fd1a849f852d1.tar.bz2
scala-6866d592b9355551b2d3d337081fd1a849f852d1.zip
Applied Paul's patch for #1380, moved test out ...
Applied Paul's patch for #1380, moved test out of pending.
Diffstat (limited to 'test/pending/pos/t1380/hallo.scala')
-rw-r--r--test/pending/pos/t1380/hallo.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pending/pos/t1380/hallo.scala b/test/pending/pos/t1380/hallo.scala
deleted file mode 100644
index 27ecd9fb8b..0000000000
--- a/test/pending/pos/t1380/hallo.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object hallo {
- def main(args:Array[String]) = println("hallo")
-}