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.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/macro-bundle-abstract.check b/test/files/neg/macro-bundle-abstract.check
index 4b07adcc95..8ef59106b8 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:5: error: class Bundle$Bundle needs to be abstract, since method deferred in trait Bundle of type => Int is not defined
-trait Bundle extends Macro {
+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 {
^
one error found