aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-abstract.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-bundle-abstract.check')
-rw-r--r--tests/untried/neg/macro-bundle-abstract.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-bundle-abstract.check b/tests/untried/neg/macro-bundle-abstract.check
new file mode 100644
index 000000000..1e51a00d0
--- /dev/null
+++ b/tests/untried/neg/macro-bundle-abstract.check
@@ -0,0 +1,4 @@
+macro-bundle-abstract.scala:10: error: macro bundles must be concrete monomorphic classes having a single constructor with a `val c: Context` parameter
+ def foo = macro Bundle.impl
+ ^
+one error found