From c5c63484cb3c8dbc975213a31389edce605a9c59 Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Fri, 23 May 2025 12:38:39 -0700 Subject: [PATCH] Remove orphan check --- tests/neg-macros/i18174.check | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/neg-macros/i18174.check diff --git a/tests/neg-macros/i18174.check b/tests/neg-macros/i18174.check deleted file mode 100644 index 1f4396d6b5ca..000000000000 --- a/tests/neg-macros/i18174.check +++ /dev/null @@ -1,12 +0,0 @@ --- [E172] Type Error: tests/neg-macros/i18174.scala:27:33 -------------------------------------------------------------- -27 | (charClassIntersection.rep() | classItem.rep()) // error - | ^^^^^^^^^^^^^^^ - |No given instance of type pkg.Implicits.Repeater[pkg.RegexTree, V] was found. - |I found: - | - | pkg.Implicits.Repeater.GenericRepeaterImplicit[T] - | - |But method GenericRepeaterImplicit in object Repeater does not match type pkg.Implicits.Repeater[pkg.RegexTree, V] - | - |where: V is a type variable with constraint <: Seq[pkg.CharClassIntersection] - |.