summaryrefslogtreecommitdiff
path: root/test/files/pos/t0422.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-01-20 20:08:12 +0100
committerSimon Ochsenreither <simon@ochsenreither.de>2013-01-21 00:51:15 +0100
commita9c374b56fb418b62fc3dda57d5646ecdc6a5626 (patch)
tree42253c1b515394b75e8242536e33a7f91f107b7e /test/files/pos/t0422.scala
parent1e69a0b67a184ca9d0b205a407e34cf85d11372c (diff)
downloadscala-a9c374b56fb418b62fc3dda57d5646ecdc6a5626.tar.gz
scala-a9c374b56fb418b62fc3dda57d5646ecdc6a5626.tar.bz2
scala-a9c374b56fb418b62fc3dda57d5646ecdc6a5626.zip
SI-6811 Move scala.util.{automata,regexp} ...
... to scala.xml.dtd.impl and make it private[dtd]
Diffstat (limited to 'test/files/pos/t0422.scala')
-rw-r--r--test/files/pos/t0422.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/pos/t0422.scala b/test/files/pos/t0422.scala
index cb3ba279d4..2adfa392d2 100644
--- a/test/files/pos/t0422.scala
+++ b/test/files/pos/t0422.scala
@@ -1,5 +1,4 @@
-import scala.util.regexp.WordExp;
-import scala.util.automata.WordBerrySethi;
+package scala.xml.dtd.impl
object BoolWordExp extends WordExp {
type _labelT = MyLabels;