summaryrefslogtreecommitdiff
path: root/test/pending/run
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-05 10:36:52 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-08-05 10:36:52 +0000
commitd850636479c5d1b192c5239d9a5ca7bc0bd82385 (patch)
treeb1ce7b623f5bcb6e3d650799fa6eaf5cd4d59872 /test/pending/run
parent74f476f3038eafdc4aab56894dc38cd9a7efe7de (diff)
downloadscala-d850636479c5d1b192c5239d9a5ca7bc0bd82385.tar.gz
scala-d850636479c5d1b192c5239d9a5ca7bc0bd82385.tar.bz2
scala-d850636479c5d1b192c5239d9a5ca7bc0bd82385.zip
All these tests in pending currently pass for me.
Lets see what happens with the commit and nightly builds.
Diffstat (limited to 'test/pending/run')
-rw-r--r--test/pending/run/exoticnames.check0
-rw-r--r--test/pending/run/exoticnames.scala7
2 files changed, 0 insertions, 7 deletions
diff --git a/test/pending/run/exoticnames.check b/test/pending/run/exoticnames.check
deleted file mode 100644
index e69de29bb2..0000000000
--- a/test/pending/run/exoticnames.check
+++ /dev/null
diff --git a/test/pending/run/exoticnames.scala b/test/pending/run/exoticnames.scala
deleted file mode 100644
index 7c8dcea5e8..0000000000
--- a/test/pending/run/exoticnames.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-// this is a run-test because the compiler should emit bytecode that'll pass the JVM's verifier
-object Test extends Application {
- def `(` = error("bla")
- def `.` = error("bla")
- def `)` = error("bla")
- def `,` = error("bla")
-} \ No newline at end of file