summaryrefslogtreecommitdiff
path: root/test/files/run/t7337.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7337.scala')
-rw-r--r--test/files/run/t7337.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7337.scala b/test/files/run/t7337.scala
index d878182ed0..9913f8ae45 100644
--- a/test/files/run/t7337.scala
+++ b/test/files/run/t7337.scala
@@ -1,6 +1,6 @@
import scala.tools.partest._
import scala.tools.nsc._
-import util.{CommandLineParser}
+import scala.tools.cmd.CommandLineParser
object Test extends DirectTest {
override def code = "class C"