From a14012bd560fac14f6dccf53ae55a3680300db97 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 3 Aug 2010 18:01:34 +0000 Subject: Parse ordering issue prevented passing properti... Parse ordering issue prevented passing properties containing a :. There is a test case included, but note that partest passes it with or without the patch: see ticket #3712. Closes #3495, no review. --- test/files/pos/bug3495.flags | 1 + test/files/pos/bug3495.scala | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 test/files/pos/bug3495.flags create mode 100644 test/files/pos/bug3495.scala (limited to 'test') diff --git a/test/files/pos/bug3495.flags b/test/files/pos/bug3495.flags new file mode 100644 index 0000000000..08de722af0 --- /dev/null +++ b/test/files/pos/bug3495.flags @@ -0,0 +1 @@ +-Dsoot.class.path=bin:. diff --git a/test/files/pos/bug3495.scala b/test/files/pos/bug3495.scala new file mode 100644 index 0000000000..8d5dff4302 --- /dev/null +++ b/test/files/pos/bug3495.scala @@ -0,0 +1,2 @@ +class Foo { } + -- cgit v1.2.3