diff --git a/tests/run-staging/i11152.scala b/tests/run-staging/i11152.scala index f0005424c527..6edfab3e85b6 100644 --- a/tests/run-staging/i11152.scala +++ b/tests/run-staging/i11152.scala @@ -4,7 +4,7 @@ import scala.quoted.staging._ object Test { - given Toolbox = Toolbox.make(getClass.getClassLoader) + given Compiler = Compiler.make(getClass.getClassLoader) def main(args: Array[String]): Unit = run { '{