Skip to content

Commit 82f8d88

Browse files
nicolasstuckiKordyjan
authored andcommitted
Move tests/run-custom-args/tasty-interpreter to tests/old-tasty-interpreter-prototype
[Cherry-picked 96f5802]
1 parent 5667c6d commit 82f8d88

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class BootstrappedOnlyCompilationTests {
132132
)
133133
val tests =
134134
if scala.util.Properties.isWin then basicTests
135-
else compileDir("tests/run-custom-args/tasty-interpreter", withTastyInspectorOptions) :: basicTests
135+
else compileDir("tests/old-tasty-interpreter-prototype", withTastyInspectorOptions) :: basicTests
136136

137137
aggregateTests(tests: _*).checkRuns()
138138
}

0 commit comments

Comments
 (0)