summaryrefslogtreecommitdiff
path: root/test/disabled/neg/macro-keyword-bind.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/neg/macro-keyword-bind.scala')
-rw-r--r--test/disabled/neg/macro-keyword-bind.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/disabled/neg/macro-keyword-bind.scala b/test/disabled/neg/macro-keyword-bind.scala
deleted file mode 100644
index a3b1553348..0000000000
--- a/test/disabled/neg/macro-keyword-bind.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test12 {
- val Some(macro) = Some(42)
- macro match {
- case macro => println(macro)
- }
-} \ No newline at end of file