From d2fd2922e71dddb2c22c1a5b0cf36614cd78e1b4 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Thu, 5 Jul 2012 16:49:40 +0200 Subject: SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try. --- test/files/run/syncchannel.scala | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/files/run/syncchannel.scala (limited to 'test/files/run/syncchannel.scala') diff --git a/test/files/run/syncchannel.scala b/test/files/run/syncchannel.scala deleted file mode 100644 index 66ae47fd0a..0000000000 --- a/test/files/run/syncchannel.scala +++ /dev/null @@ -1,6 +0,0 @@ -object Test { - def main(args: Array[String]) { - val c = new scala.concurrent.SyncChannel[Int] - scala.concurrent.ops.par({ c.write(42) }, { println(c.read) }) - } -} -- cgit v1.2.3