From 26877991ed96534fdfdddc81cd112ca81a779c13 Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Tue, 4 Nov 2008 15:48:06 +0000 Subject: Created a pending test for #1380. but I can't seem to get it to add gnujaxp.jar to the classpath using the .flags file. --- test/pending/pos/t1380/hallo.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/pending/pos/t1380/hallo.scala (limited to 'test/pending/pos/t1380/hallo.scala') diff --git a/test/pending/pos/t1380/hallo.scala b/test/pending/pos/t1380/hallo.scala new file mode 100644 index 0000000000..27ecd9fb8b --- /dev/null +++ b/test/pending/pos/t1380/hallo.scala @@ -0,0 +1,3 @@ +object hallo { + def main(args:Array[String]) = println("hallo") +} -- cgit v1.2.3