From c901a0675711a92ff714cfc909013a67a88c0ca3 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 4 Oct 2010 06:22:31 +0000 Subject: Another batch of busywork shuffling the content... Another batch of busywork shuffling the contents of pending around. Can almost see some daylight. No review. --- test/pending/run/t0947.scala | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/pending/run/t0947.scala (limited to 'test/pending/run/t0947.scala') 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()); -} -- cgit v1.2.3