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