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, 0 insertions, 7 deletions
diff --git a/test/files/neg/macro-incompatible-macro-engine.check b/test/files/neg/macro-incompatible-macro-engine.check
deleted file mode 100644
index 1d582e5ed6..0000000000
--- a/test/files/neg/macro-incompatible-macro-engine.check
+++ /dev/null
@@ -1,7 +0,0 @@
-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