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.check8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/files/neg/macro-cyclic.check b/test/files/neg/macro-cyclic.check
index 608381e0e8..7978ec64a5 100644
--- a/test/files/neg/macro-cyclic.check
+++ b/test/files/neg/macro-cyclic.check
@@ -1,4 +1,4 @@
-Impls_Macros_1.scala:5: error: could not find implicit value for parameter e: SourceLocation
- c.reify { implicitly[SourceLocation] }
- ^
-one error found
+Impls_Macros_1.scala:5: error: could not find implicit value for parameter e: SourceLocation
+ c.universe.reify { implicitly[SourceLocation] }
+ ^
+one error found