aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-nonpublic-impl.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-bundle-nonpublic-impl.check')
-rw-r--r--tests/untried/neg/macro-bundle-nonpublic-impl.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-bundle-nonpublic-impl.check b/tests/untried/neg/macro-bundle-nonpublic-impl.check
new file mode 100644
index 000000000..7a4e1516f
--- /dev/null
+++ b/tests/untried/neg/macro-bundle-nonpublic-impl.check
@@ -0,0 +1,4 @@
+macro-bundle-nonpublic-impl.scala:10: error: bundle implementation must be public
+ def foo: Any = macro Macros.impl
+ ^
+one error found