summaryrefslogtreecommitdiff
path: root/test/disabled/neg/macro-keyword-bind.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/neg/macro-keyword-bind.check')
-rw-r--r--test/disabled/neg/macro-keyword-bind.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/disabled/neg/macro-keyword-bind.check b/test/disabled/neg/macro-keyword-bind.check
deleted file mode 100644
index 1f74cfe5cd..0000000000
--- a/test/disabled/neg/macro-keyword-bind.check
+++ /dev/null
@@ -1,7 +0,0 @@
-macro-keyword-bind.scala:2: error: illegal start of simple pattern
- val Some(macro) = Some(42)
- ^
-macro-keyword-bind.scala:6: error: ')' expected but '}' found.
-}
-^
-two errors found