summaryrefslogtreecommitdiff
path: root/test/pending/run/bug405.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/bug405.scala')
-rw-r--r--test/pending/run/bug405.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/pending/run/bug405.scala b/test/pending/run/bug405.scala
deleted file mode 100644
index a1e3864496..0000000000
--- a/test/pending/run/bug405.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test extends Application {
- val x = M;
- object M;
- assert(x eq M)
-}