summaryrefslogtreecommitdiff
path: root/test/files/pos/exceptions.scala
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-11-11 07:54:39 +0000
committermihaylov <mihaylov@epfl.ch>2006-11-11 07:54:39 +0000
commit25b1b24c08f23f94eb817357cb5fe02e05d706a1 (patch)
tree9a63f8919ff60ab8c6a7f20c7712d0a6bf8ea1a6 /test/files/pos/exceptions.scala
parent61f333639f2f34be8f0b955d858c8fc028dbdea2 (diff)
downloadscala-25b1b24c08f23f94eb817357cb5fe02e05d706a1.tar.gz
scala-25b1b24c08f23f94eb817357cb5fe02e05d706a1.tar.bz2
scala-25b1b24c08f23f94eb817357cb5fe02e05d706a1.zip
Removed java.io._ imports from the test suite
Diffstat (limited to 'test/files/pos/exceptions.scala')
-rw-r--r--test/files/pos/exceptions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/exceptions.scala b/test/files/pos/exceptions.scala
index f71d215a23..52c33fb43a 100644
--- a/test/files/pos/exceptions.scala
+++ b/test/files/pos/exceptions.scala
@@ -1,4 +1,4 @@
-import java.io._;
+import java.io.IOException;
object Test {