Skip to content

Commit ed20b59

Browse files
committed
Create tests/run-with-compiler
`run` tests with compiler on the classpath
1 parent b862758 commit ed20b59

11 files changed

+1
-5
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,7 @@ class CompilationTests extends ParallelTesting {
198198
implicit val testGroup: TestGroup = TestGroup("runAll")
199199
compileFilesInDir("../tests/run", defaultOptions) +
200200
compileFilesInDir("../tests/run-no-optimise", defaultOptions) +
201-
compileFile("../tests/run-special/quote-run-constants.scala", defaultRunWithCompilerOptions) +
202-
compileFile("../tests/run-special/quote-run.scala", defaultRunWithCompilerOptions) +
203-
compileFile("../tests/run-special/quote-run-2.scala", defaultRunWithCompilerOptions) +
204-
compileFile("../tests/run-special/quote-run-large.scala", defaultRunWithCompilerOptions) +
205-
compileFile("../tests/run-special/quote-run-staged-interpreter.scala", defaultRunWithCompilerOptions)
201+
compileFilesInDir("../tests/run-with-compiler", defaultRunWithCompilerOptions)
206202
}.checkRuns()
207203

208204
// Generic java signatures tests ---------------------------------------------

0 commit comments

Comments
 (0)