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