aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/reify-repl-fail-gracefully.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/reify-repl-fail-gracefully.check')
-rw-r--r--tests/pending/run/reify-repl-fail-gracefully.check17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/pending/run/reify-repl-fail-gracefully.check b/tests/pending/run/reify-repl-fail-gracefully.check
deleted file mode 100644
index c9e69744d..000000000
--- a/tests/pending/run/reify-repl-fail-gracefully.check
+++ /dev/null
@@ -1,17 +0,0 @@
-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