aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/reify-repl-fail-gracefully.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/reify-repl-fail-gracefully.check')
-rw-r--r--tests/disabled/macro/run/reify-repl-fail-gracefully.check17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/reify-repl-fail-gracefully.check b/tests/disabled/macro/run/reify-repl-fail-gracefully.check
new file mode 100644
index 000000000..c9e69744d
--- /dev/null
+++ b/tests/disabled/macro/run/reify-repl-fail-gracefully.check
@@ -0,0 +1,17 @@
+Type in expressions to have them evaluated.
+Type :help for more information.
+
+scala> import language.experimental.macros
+import language.experimental.macros
+
+scala> import scala.reflect.runtime.universe._
+import scala.reflect.runtime.universe._
+
+scala>
+
+scala> reify
+<console>:12: error: too few argument lists for macro invocation
+ reify
+ ^
+
+scala> :quit