diff --git a/tests/shared/src/test/scala/munit/TypeCheckSuite.scala b/tests/shared/src/test/scala/munit/TypeCheckSuite.scala index 3b92ca84..fd68bad2 100644 --- a/tests/shared/src/test/scala/munit/TypeCheckSuite.scala +++ b/tests/shared/src/test/scala/munit/TypeCheckSuite.scala @@ -36,13 +36,7 @@ class TypeCheckSuite extends FunSuite { | ^ |""".stripMargin, "3" -> - """|error: - |value foobar is not a member of String, but could be made available as an extension method. - | - |The following import might make progress towards fixing the problem: - | - | import munit.Clue.generate - | + """|error: value foobar is not a member of String |msg.foobar | ^ |""".stripMargin @@ -81,11 +75,6 @@ class TypeCheckSuite extends FunSuite { """|error: |Found: (TypeCheckSuite.this.msg : String) |Required: Int - | - |The following import might make progress towards fixing the problem: - | - | import munit.Clue.generate - | |val n: Int = msg | ^ |""".stripMargin