summaryrefslogtreecommitdiff
path: root/test/files/presentation
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation')
-rw-r--r--test/files/presentation/hyperlinks-macro.check4
-rw-r--r--test/files/presentation/hyperlinks-macro/src/MacroCall.scala1
2 files changed, 2 insertions, 3 deletions
diff --git a/test/files/presentation/hyperlinks-macro.check b/test/files/presentation/hyperlinks-macro.check
index 39e66d1eca..80d2268fa1 100644
--- a/test/files/presentation/hyperlinks-macro.check
+++ b/test/files/presentation/hyperlinks-macro.check
@@ -1,8 +1,8 @@
reload: MacroCall.scala
-askHyperlinkPos for `<local Test>` at (5,7) MacroCall.scala
+askHyperlinkPos for `foo` at (5,7) MacroCall.scala
================================================================================
-[response] found askHyperlinkPos for `<local Test>` at (1,13) MacroCall.scala
+[response] found askHyperlinkPos for `foo` at (2,7) MacroCall.scala
================================================================================
askHyperlinkPos for `foo` at (9,7) MacroCall.scala
diff --git a/test/files/presentation/hyperlinks-macro/src/MacroCall.scala b/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
index 42685735b2..d9676b3d2a 100644
--- a/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
+++ b/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
@@ -9,4 +9,3 @@ object Test {
foo/*#*/
}
}
-// Currently, the hyperlink within the argument to the macro `reify` does not resolve correctly.