aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-incompatible-macro-engine-b.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-incompatible-macro-engine-b.check')
-rw-r--r--tests/untried/neg/macro-incompatible-macro-engine-b.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-incompatible-macro-engine-b.check b/tests/untried/neg/macro-incompatible-macro-engine-b.check
new file mode 100644
index 000000000..2a7510cf8
--- /dev/null
+++ b/tests/untried/neg/macro-incompatible-macro-engine-b.check
@@ -0,0 +1,7 @@
+Test_3.scala:2: error: macro cannot be expanded, because it was compiled by an incompatible macro engine (internal diagnostic: expected = v7.0 (implemented in Scala 2.11.0-M8), actual = 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 (internal diagnostic: expected = v7.0 (implemented in Scala 2.11.0-M8), actual = vxxx (implemented in the incompatibleMacroEngine plugin))
+ Macros.foo
+ ^
+two errors found