summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2007-04-25 09:53:43 +0000
committerPhilipp Haller <hallerp@gmail.com>2007-04-25 09:53:43 +0000
commit0484e57e04fed7ca19c62524bdb343d04d6b84ed (patch)
treeec98eafa0db39971d1d40c07c663158068f0496b /test
parent7039753da9189548309ec40ba37565f1c4025da0 (diff)
downloadscala-0484e57e04fed7ca19c62524bdb343d04d6b84ed.tar.gz
scala-0484e57e04fed7ca19c62524bdb343d04d6b84ed.tar.bz2
scala-0484e57e04fed7ca19c62524bdb343d04d6b84ed.zip
Updated bug533 to use scala.actors instead of s...
Updated bug533 to use scala.actors instead of scala.concurrent.
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/bug533.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug533.scala b/test/files/pos/bug533.scala
index b7d841bef9..9eee13d8b0 100644
--- a/test/files/pos/bug533.scala
+++ b/test/files/pos/bug533.scala
@@ -1,4 +1,4 @@
-import scala.concurrent._
+import scala.actors._
object test extends Actor {
receive {