We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbf0ca commit 656b1ddCopy full SHA for 656b1dd
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -281,7 +281,7 @@ class CompilationTests {
281
compileFile("tests/init/tasty-error/v1/B.scala", tastyErrorOptions.withClasspath(a1))(tastyErrorGroup),
282
compileFile("tests/init/tasty-error/v0/A.scala", tastyErrorOptions)(tastyErrorGroup),
283
).map(_.keepOutput.checkCompile())
284
- compileFile("tests/init/tasty-error/Main.scala", tastyErrorOptions.withClasspath(a0 + ":" + b1))(tastyErrorGroup).checkExpectedErrors()
+ compileFile("tests/init/tasty-error/Main.scala", tastyErrorOptions.withClasspath(a0).withClasspath(b1))(tastyErrorGroup).checkExpectedErrors()
285
286
tests.foreach(_.delete())
287
}
0 commit comments