summaryrefslogtreecommitdiff
path: root/test/disabled/neg/macro-without-xmacros-a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/neg/macro-without-xmacros-a.check')
-rw-r--r--test/disabled/neg/macro-without-xmacros-a.check10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/disabled/neg/macro-without-xmacros-a.check b/test/disabled/neg/macro-without-xmacros-a.check
deleted file mode 100644
index a3ca081f04..0000000000
--- a/test/disabled/neg/macro-without-xmacros-a.check
+++ /dev/null
@@ -1,10 +0,0 @@
-Macros_2.scala:5: error: not found: value macro
- def foo(x: Int): Int = macro foo_impl
- ^
-Macros_2.scala:7: error: not found: value macro
- def bar(x: Int): Int = macro bar_impl
- ^
-Macros_2.scala:11: error: not found: value macro
- def quux(x: Int): Int = macro quux_impl
- ^
-three errors found