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.flags | 1 + test/pending/neg/dot-classpath/S_1.scala | 3 +++ test/pending/neg/dot-classpath/S_2.scala | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 test/pending/neg/dot-classpath.flags create mode 100644 test/pending/neg/dot-classpath/S_1.scala create mode 100644 test/pending/neg/dot-classpath/S_2.scala (limited to 'test/pending') diff --git a/test/pending/neg/dot-classpath.flags b/test/pending/neg/dot-classpath.flags new file mode 100644 index 0000000000..5af7a81156 --- /dev/null +++ b/test/pending/neg/dot-classpath.flags @@ -0,0 +1 @@ +-Ylog-classpath \ No newline at end of file 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 +} diff --git a/test/pending/neg/dot-classpath/S_2.scala b/test/pending/neg/dot-classpath/S_2.scala new file mode 100644 index 0000000000..e44c1a5bb8 --- /dev/null +++ b/test/pending/neg/dot-classpath/S_2.scala @@ -0,0 +1,3 @@ +class A { + def f = new foo.Bippy +} \ No newline at end of file -- cgit v1.2.3