summaryrefslogtreecommitdiff
path: root/test/files/run/macro-repl-dontexpand.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/macro-repl-dontexpand.check')
-rw-r--r--test/files/run/macro-repl-dontexpand.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/macro-repl-dontexpand.check b/test/files/run/macro-repl-dontexpand.check
new file mode 100644
index 0000000000..d2bb89b6f7
--- /dev/null
+++ b/test/files/run/macro-repl-dontexpand.check
@@ -0,0 +1,9 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala>
+
+scala> def macro foo = ???
+foo: Any
+
+scala>