From a0cf7a48c8680a4af5d703b33574579739025b86 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Mon, 12 Oct 2009 13:34:27 +0000 Subject: Fix for disabled test t2359. --- test/disabled/jvm/t2359.check | 5 ----- test/disabled/jvm/t2359.scala | 21 --------------------- 2 files changed, 26 deletions(-) delete mode 100644 test/disabled/jvm/t2359.check delete mode 100644 test/disabled/jvm/t2359.scala (limited to 'test/disabled') diff --git a/test/disabled/jvm/t2359.check b/test/disabled/jvm/t2359.check deleted file mode 100644 index 8a1218a102..0000000000 --- a/test/disabled/jvm/t2359.check +++ /dev/null @@ -1,5 +0,0 @@ -1 -2 -3 -4 -5 diff --git a/test/disabled/jvm/t2359.scala b/test/disabled/jvm/t2359.scala deleted file mode 100644 index 1b4d5e0a27..0000000000 --- a/test/disabled/jvm/t2359.scala +++ /dev/null @@ -1,21 +0,0 @@ -import scala.actors.Futures._ - -object Test { - def main(args: Array[String]) { - val x = future { - System.out.println(1) - future { - System.out.println(2) - future { - System.out.println(3) - future { - System.out.println(4) - future { - System.out.println(5) - }() - }() - }() - }() - }() - } -} -- cgit v1.2.3