aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-exception.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-exception.check')
-rw-r--r--tests/untried/neg/macro-exception.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-exception.check b/tests/untried/neg/macro-exception.check
new file mode 100644
index 000000000..dca97aebc
--- /dev/null
+++ b/tests/untried/neg/macro-exception.check
@@ -0,0 +1,7 @@
+Test_2.scala:2: error: exception during macro expansion:
+java.lang.Exception
+ at Macros$.impl(Macros_1.scala:6)
+
+ Macros.exception
+ ^
+one error found