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.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/bug38.check b/test/files/neg/bug38.check
deleted file mode 100644
index 8f053cfaa8..0000000000
--- a/test/files/neg/bug38.check
+++ /dev/null
@@ -1,7 +0,0 @@
-bug38.scala:3: * is not a member of scala.xml
- import scala.xml.* ; // does not work
- ^
-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