Skip to content

Commit 10cee2b

Browse files
committed
Create tests/run-with-compiler
`run` tests with compiler on the classpath
1 parent 032d8e3 commit 10cee2b

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
@@ -199,11 +199,7 @@ class CompilationTests extends ParallelTesting {
199199
implicit val testGroup: TestGroup = TestGroup("runAll")
200200
compileFilesInDir("../tests/run", defaultOptions) +
201201
compileFilesInDir("../tests/run-no-optimise", defaultOptions) +
202-
compileFile("../tests/run-special/quote-run-constants.scala", defaultRunWithCompilerOptions) +
203-
compileFile("../tests/run-special/quote-run.scala", defaultRunWithCompilerOptions) +
204-
compileFile("../tests/run-special/quote-run-2.scala", defaultRunWithCompilerOptions) +
205-
compileFile("../tests/run-special/quote-run-large.scala", defaultRunWithCompilerOptions) +
206-
compileFile("../tests/run-special/quote-run-staged-interpreter.scala", defaultRunWithCompilerOptions)
202+
compileFilesInDir("../tests/run-with-compiler", defaultRunWithCompilerOptions)
207203
}.checkRuns()
208204

209205
// Generic java signatures tests ---------------------------------------------

0 commit comments

Comments
 (0)