summaryrefslogtreecommitdiff
path: root/test/files/neg/bug47.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug47.check')
-rw-r--r--test/files/neg/bug47.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/bug47.check b/test/files/neg/bug47.check
deleted file mode 100644
index b0fb48f909..0000000000
--- a/test/files/neg/bug47.check
+++ /dev/null
@@ -1,7 +0,0 @@
-bug47.scala:8: malformed formal parameter list
- val factory = new HashMap( String, Elem* => Elem )
- ^
-bug47.scala:9: ';' expected but '.' found.
- factory.put("MySuperXML_Tag", MySuperXML_Tag )
- ^
-two errors found