summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-abstract.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-abstract.check')
-rw-r--r--test/files/neg/macro-bundle-abstract.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/macro-bundle-abstract.check b/test/files/neg/macro-bundle-abstract.check
index 8ef59106b8..3afd079521 100644
--- a/test/files/neg/macro-bundle-abstract.check
+++ b/test/files/neg/macro-bundle-abstract.check
@@ -1,4 +1,4 @@
-macro-bundle-abstract.scala:4: error: class Bundle$Bundle needs to be abstract, since method deferred in trait Bundle of type => Int is not defined
-trait Bundle extends BlackboxMacro {
- ^
+macro-bundle-abstract.scala:10: error: macro bundles must be concrete classes having a single constructor with a `val c: Context` parameter
+ def foo = macro Bundle.impl
+ ^
one error found