From d03ffa84665da17c908bd381998b559548500b83 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 26 May 2009 20:11:06 +0000 Subject: Not sure why the disabled test did not get comm... Not sure why the disabled test did not get committed last time. --- src/compiler/scala/tools/nsc/interactive/Global.scala | 1 + test/files/pos/t0872.scala | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 test/files/pos/t0872.scala diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala index 3d0d14293d..0ad7c1b5aa 100755 --- a/src/compiler/scala/tools/nsc/interactive/Global.scala +++ b/src/compiler/scala/tools/nsc/interactive/Global.scala @@ -148,6 +148,7 @@ self => val prefix = firsts map unitOf val units = prefix ::: (unitOfFile.values.toList diff prefix) units foreach recompile + inform("Everything is now up to date") } /** Reset unit to just-parsed state */ diff --git a/test/files/pos/t0872.scala b/test/files/pos/t0872.scala deleted file mode 100755 index 8f4c1c4436..0000000000 --- a/test/files/pos/t0872.scala +++ /dev/null @@ -1,8 +0,0 @@ -object Main { - def main(args : Array[String]) { - val fn = (a : Int, str : String) => "a: " + a + ", str: " + str - implicit def fx[T](f : (T,String) => String) = (x:T) => f(x,null) - println(fn(1)) - () - } -} -- cgit v1.2.3