summaryrefslogtreecommitdiff
path: root/test/pending/neg/dot-classpath/S_1.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-08-06 13:08:36 +0000
committerPaul Phillips <paulp@improving.org>2011-08-06 13:08:36 +0000
commit6d45fddd4c6537fb343e901d58491b81475e3786 (patch)
treebf6fd74702f2c47c4a31f9917d43d955506be9b3 /test/pending/neg/dot-classpath/S_1.scala
parent8709b52eef9a0c0b2600664e38e01af3423e93f6 (diff)
downloadscala-6d45fddd4c6537fb343e901d58491b81475e3786.tar.gz
scala-6d45fddd4c6537fb343e901d58491b81475e3786.tar.bz2
scala-6d45fddd4c6537fb343e901d58491b81475e3786.zip
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.
Diffstat (limited to 'test/pending/neg/dot-classpath/S_1.scala')
-rw-r--r--test/pending/neg/dot-classpath/S_1.scala3
1 files changed, 3 insertions, 0 deletions
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
+}