summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-trait.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-trait.check')
-rw-r--r--test/files/neg/macro-bundle-trait.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/macro-bundle-trait.check b/test/files/neg/macro-bundle-trait.check
index 3cb7985013..869c67e1e3 100644
--- a/test/files/neg/macro-bundle-trait.check
+++ b/test/files/neg/macro-bundle-trait.check
@@ -1,4 +1,4 @@
-macro-bundle-trait.scala:11: error: macro bundles must be monomorphic traits extending either BlackboxMacro or WhiteboxMacro and not implementing their `val c: BlackboxContext/WhiteboxContext` member
+macro-bundle-trait.scala:10: error: not found: value Bundle
def foo = macro Bundle.impl
^
one error found