summaryrefslogtreecommitdiff
path: root/test/files/run/t6381.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6381.check')
-rw-r--r--test/files/run/t6381.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6381.check b/test/files/run/t6381.check
index b51cfd0398..5070b67e46 100644
--- a/test/files/run/t6381.check
+++ b/test/files/run/t6381.check
@@ -9,7 +9,7 @@ scala> def pos_impl(c: reflect.macros.Context): c.Expr[String] =
pos_impl: (c: scala.reflect.macros.Context)c.Expr[String]
scala> def pos = macro pos_impl
-pos: String
+defined term macro pos: String
scala> pos
res0: String = class scala.reflect.internal.util.RangePosition