summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/bug38.check2
-rw-r--r--test/neg/bug38.check2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug38.check b/test/files/neg/bug38.check
index 0f0bea262b..1f77aa8557 100644
--- a/test/files/neg/bug38.check
+++ b/test/files/neg/bug38.check
@@ -1,4 +1,4 @@
-bug38.scala:3: * is not a member of scala.xml
+bug38.scala:3: * is not a member of scala.xml of type scala.xml.type
import scala.xml.* ; // does not work
^
bug38.scala:7: not found: constructor Element
diff --git a/test/neg/bug38.check b/test/neg/bug38.check
index 0f0bea262b..1f77aa8557 100644
--- a/test/neg/bug38.check
+++ b/test/neg/bug38.check
@@ -1,4 +1,4 @@
-bug38.scala:3: * is not a member of scala.xml
+bug38.scala:3: * is not a member of scala.xml of type scala.xml.type
import scala.xml.* ; // does not work
^
bug38.scala:7: not found: constructor Element