Skip to content

Commit 0ee9ee1

Browse files
committed
Create tests/run-with-compiler
`run` tests with compiler on the classpath
1 parent 0266c2c commit 0ee9ee1

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 ---------------------------------------------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)