summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala')
-rw-r--r--test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala b/test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala
index a00f4ed7db..40ca1d549c 100644
--- a/test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala
+++ b/test/files/neg/macro-blackbox-fundep-materialization/Test_2.scala
@@ -1,4 +1,4 @@
-// see the comments for macroExpandApply.onDelayed for an explanation of what's tested here
+// see the comments for macroExpand.onDelayed for an explanation of what's tested here
object Test extends App {
case class Foo(i: Int, s: String, b: Boolean)
def foo[C, L](c: C)(implicit iso: Iso[C, L]): L = iso.to(c)