summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-incompatible-macro-engine.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-incompatible-macro-engine.check')
-rw-r--r--test/files/neg/macro-incompatible-macro-engine.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/macro-incompatible-macro-engine.check b/test/files/neg/macro-incompatible-macro-engine.check
new file mode 100644
index 0000000000..1d582e5ed6
--- /dev/null
+++ b/test/files/neg/macro-incompatible-macro-engine.check
@@ -0,0 +1,7 @@
+Test_3.scala:2: error: macro cannot be expanded, because it was compiled by an incompatible macro engine vxxx (implemented in the incompatibleMacroEngine plugin)
+ Macros.foo
+ ^
+Test_3.scala:3: error: macro cannot be expanded, because it was compiled by an incompatible macro engine vxxx (implemented in the incompatibleMacroEngine plugin)
+ Macros.foo
+ ^
+two errors found