From 5fce5da9876233d7d6196a4c43781e3074c597a6 Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Tue, 19 Jan 2021 10:26:42 +0100 Subject: [PATCH] Fix conflict with Toolbox to Compiler renaming --- tests/run-staging/i11152.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { '{