summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-wrongcontext-a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-wrongcontext-a.check')
-rw-r--r--test/files/neg/macro-bundle-wrongcontext-a.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/macro-bundle-wrongcontext-a.check b/test/files/neg/macro-bundle-wrongcontext-a.check
index 7a48dbfd3a..10aadb0035 100644
--- a/test/files/neg/macro-bundle-wrongcontext-a.check
+++ b/test/files/neg/macro-bundle-wrongcontext-a.check
@@ -1,4 +1,4 @@
-macro-bundle-wrongcontext-a.scala:12: error: not found: value Bundle
+macro-bundle-wrongcontext-a.scala:12: error: macro bundles must be concrete monomorphic classes having a single constructor with a `val c: Context` parameter
def foo: Any = macro Bundle.impl
^
one error found