From 6d45fddd4c6537fb343e901d58491b81475e3786 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 6 Aug 2011 13:08:36 +0000 Subject: Attacked classpaths to get "." off of it when i... Attacked classpaths to get "." off of it when it's not actually specified. The commit makes me nervous, but there's no invisible way to fix something like this. ** Attention, this commit changes classpath handling ** We desperately need some way of testing that the classpath has certain qualities and does not have others; partest is not that way. Closes SI-4857, no review. --- test/pending/neg/dot-classpath/S_1.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/pending/neg/dot-classpath/S_1.scala (limited to 'test/pending/neg/dot-classpath/S_1.scala') diff --git a/test/pending/neg/dot-classpath/S_1.scala b/test/pending/neg/dot-classpath/S_1.scala new file mode 100644 index 0000000000..f8bd12404c --- /dev/null +++ b/test/pending/neg/dot-classpath/S_1.scala @@ -0,0 +1,3 @@ +package foo { + class Bippy +} -- cgit v1.2.3