summaryrefslogtreecommitdiff
path: root/test/pending/run/t0947.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t0947.scala')
-rw-r--r--test/pending/run/t0947.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/pending/run/t0947.scala b/test/pending/run/t0947.scala
deleted file mode 100644
index 4297bb8777..0000000000
--- a/test/pending/run/t0947.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-import scala.tools.nsc._
-
-object Test extends Application {
- class Foo { override def toString = "Foo" };
-
- val Int = new Interpreter(new Settings());
- Int.bind("foo", "Test.Foo", new Test.Foo());
-}