aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-wrongcontext-b.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-bundle-wrongcontext-b.check')
-rw-r--r--tests/untried/neg/macro-bundle-wrongcontext-b.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-bundle-wrongcontext-b.check b/tests/untried/neg/macro-bundle-wrongcontext-b.check
new file mode 100644
index 000000000..e9700d379
--- /dev/null
+++ b/tests/untried/neg/macro-bundle-wrongcontext-b.check
@@ -0,0 +1,4 @@
+macro-bundle-wrongcontext-b.scala:10: 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