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