aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-cyclic.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-cyclic.check')
-rw-r--r--tests/untried/neg/macro-cyclic.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-cyclic.check b/tests/untried/neg/macro-cyclic.check
new file mode 100644
index 000000000..7978ec64a
--- /dev/null
+++ b/tests/untried/neg/macro-cyclic.check
@@ -0,0 +1,4 @@
+Impls_Macros_1.scala:5: error: could not find implicit value for parameter e: SourceLocation
+ c.universe.reify { implicitly[SourceLocation] }
+ ^
+one error found