summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-without-xmacros-b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-without-xmacros-b.check')
-rw-r--r--test/files/neg/macro-without-xmacros-b.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/neg/macro-without-xmacros-b.check b/test/files/neg/macro-without-xmacros-b.check
new file mode 100644
index 0000000000..dce4a084c9
--- /dev/null
+++ b/test/files/neg/macro-without-xmacros-b.check
@@ -0,0 +1,10 @@
+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