summaryrefslogtreecommitdiff
path: root/test/files/pos
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/files/pos
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/files/pos')
-rw-r--r--test/files/pos/t1380.flags1
-rw-r--r--test/files/pos/t1380/gnujaxp.jar.desired.sha11
-rw-r--r--test/files/pos/t1380/hallo.scala3
3 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/t1380.flags b/test/files/pos/t1380.flags
new file mode 100644
index 0000000000..f0b0ef7f51
--- /dev/null
+++ b/test/files/pos/t1380.flags
@@ -0,0 +1 @@
+-cp pending/pos/t1380/gnujaxp.jar
diff --git a/test/files/pos/t1380/gnujaxp.jar.desired.sha1 b/test/files/pos/t1380/gnujaxp.jar.desired.sha1
new file mode 100644
index 0000000000..c155c2aaa2
--- /dev/null
+++ b/test/files/pos/t1380/gnujaxp.jar.desired.sha1
@@ -0,0 +1 @@
+ee000286d00c5209d5644462c1cfea87fc8b1342 ?gnujaxp.jar
diff --git a/test/files/pos/t1380/hallo.scala b/test/files/pos/t1380/hallo.scala
new file mode 100644
index 0000000000..27ecd9fb8b
--- /dev/null
+++ b/test/files/pos/t1380/hallo.scala
@@ -0,0 +1,3 @@
+object hallo {
+ def main(args:Array[String]) = println("hallo")
+}