summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-class.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-class.check')
-rw-r--r--test/files/neg/macro-bundle-class.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/macro-bundle-class.check b/test/files/neg/macro-bundle-class.check
deleted file mode 100644
index 7108c15b8d..0000000000
--- a/test/files/neg/macro-bundle-class.check
+++ /dev/null
@@ -1,4 +0,0 @@
-macro-bundle-class.scala:10: error: macro bundles must be monomorphic traits extending either BlackboxMacro or WhiteboxMacro and not implementing their `val c: BlackboxContext/WhiteboxContext` member
- def foo = macro Bundle.impl
- ^
-one error found