Skip to content

Commit 7062da5

Browse files
committed
Fix CI
1 parent 13bc498 commit 7062da5

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

tests/pos-macros/i6535/Macro_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
cond.unseal.underlyingArgument match {
1211
case t @ Apply(Select(lhs, op), rhs :: Nil) =>

tests/run-macros/i6171/Macro_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean], clue: Expr[Any])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
def isImplicitMethodType(tp: Type): Boolean =
1211
Type.IsMethodType.unapply(tp).flatMap(tp => if tp.isImplicit then Some(true) else None).nonEmpty

tests/run-macros/reflect-dsl/assert_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean], clue: Expr[Any])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
def isImplicitMethodType(tp: Type): Boolean =
1211
Type.IsMethodType.unapply(tp).flatMap(tp => if tp.isImplicit then Some(true) else None).nonEmpty

tests/run-macros/reflect-pos-fun/assert_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
cond.unseal.underlyingArgument match {
1211
case t @ Apply(TypeApply(Select(lhs, op), targs), rhs) =>

tests/run-macros/reflect-select-constructor/assert_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean], clue: Expr[Any])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
def isImplicitMethodType(tp: Type): Boolean =
1211
Type.IsMethodType.unapply(tp).flatMap(tp => if tp.isImplicit then Some(true) else None).nonEmpty

tests/run-macros/reflect-select-symbol-constructor/assert_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean], clue: Expr[Any])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
def isImplicitMethodType(tp: Type): Boolean =
1211
Type.IsMethodType.unapply(tp).flatMap(tp => if tp.isImplicit then Some(true) else None).nonEmpty

tests/run-macros/reflect-select-value-class/assert_1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ object scalatest {
66

77
def assertImpl(cond: Expr[Boolean], clue: Expr[Any])(given qctx: QuoteContext): Expr[Unit] = {
88
import qctx.tasty.{_, given}
9-
import util._
109

1110
def isImplicitMethodType(tp: Type): Boolean =
1211
Type.IsMethodType.unapply(tp).flatMap(tp => if tp.isImplicit then Some(true) else None).nonEmpty

0 commit comments

Comments
 (0)