Skip to content

Commit 7019e9a

Browse files
committed
Comment out tasty-interpreter from bootstrapped compilation tests
1 parent 56af302 commit 7019e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
7979
@Test def runWithCompiler: Unit = {
8080
implicit val testGroup: TestGroup = TestGroup("runWithCompiler")
8181
compileFilesInDir("tests/run-with-compiler", withCompilerOptions) +
82-
compileDir("tests/run-with-compiler-custom-args/tasty-interpreter", withCompilerOptions) +
82+
//compileDir("tests/run-with-compiler-custom-args/tasty-interpreter", withCompilerOptions) +
8383
compileFile("tests/run-with-compiler-custom-args/staged-streams_1.scala", withCompilerOptions without "-Yno-deep-subtypes")
8484
}.checkRuns()
8585

0 commit comments

Comments
 (0)