summaryrefslogtreecommitdiff
path: root/test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check')
-rw-r--r--test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check b/test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check
new file mode 100644
index 0000000000..25df9a6a4a
--- /dev/null
+++ b/test/disabled/neg/macro-deprecate-dont-touch-backquotedidents.check
@@ -0,0 +1,10 @@
+macro-deprecate-dont-touch-backquotedidents.scala:37: error: in future versions of Scala "macro" will be a keyword. consider using a different name.
+package `macro` {
+ ^
+macro-deprecate-dont-touch-backquotedidents.scala:38: error: in future versions of Scala "macro" will be a keyword. consider using a different name.
+ package `macro`.bar {
+ ^
+macro-deprecate-dont-touch-backquotedidents.scala:43: error: in future versions of Scala "macro" will be a keyword. consider using a different name.
+ package `macro`.foo {
+ ^
+three errors found