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 dfc9d44850..ef08d0da09 100644
--- a/test/files/run/t6381.check
+++ b/test/files/run/t6381.check
@@ -10,7 +10,7 @@ scala> def pos_impl(c: reflect.macros.BlackboxContext): c.Expr[String] = {
}
pos_impl: (c: scala.reflect.macros.BlackboxContext)c.Expr[String]
-scala> def pos = macro pos_impl
+scala> def pos: String = macro pos_impl
defined term macro pos: String
scala> pos