summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1380
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
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')
-rw-r--r--test/pending/pos/t1380/gnujaxp.jar.desired.sha11
-rw-r--r--test/pending/pos/t1380/hallo.scala3
2 files changed, 0 insertions, 4 deletions
diff --git a/test/pending/pos/t1380/gnujaxp.jar.desired.sha1 b/test/pending/pos/t1380/gnujaxp.jar.desired.sha1
deleted file mode 100644
index c155c2aaa2..0000000000
--- a/test/pending/pos/t1380/gnujaxp.jar.desired.sha1
+++ /dev/null
@@ -1 +0,0 @@
-ee000286d00c5209d5644462c1cfea87fc8b1342 ?gnujaxp.jar
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")
-}