summaryrefslogtreecommitdiff
path: root/test/files/neg/bug38.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug38.check')
-rw-r--r--test/files/neg/bug38.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug38.check b/test/files/neg/bug38.check
index 1f77aa8557..27c2e52586 100644
--- a/test/files/neg/bug38.check
+++ b/test/files/neg/bug38.check
@@ -1,7 +1,7 @@
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
+bug38.scala:7: not found: type Element
val foo = new Element { def getName = "hallo"; def getChildren = Nil; def getAttribs = new HashMap[String,String] };
^
two errors found