Skip to content

Commit

Permalink
Move tests/run-custom-args/tasty-interpreter to tests/old-tasty-inter…
Browse files Browse the repository at this point in the history
…preter-prototype

[Cherry-picked 96f5802]
  • Loading branch information
nicolasstucki authored and Kordyjan committed Dec 7, 2023
1 parent 62239dc commit 43d421a
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class BootstrappedOnlyCompilationTests {
)
val tests =
if scala.util.Properties.isWin then basicTests
else compileDir("tests/run-custom-args/tasty-interpreter", withTastyInspectorOptions) :: basicTests
else compileDir("tests/old-tasty-interpreter-prototype", withTastyInspectorOptions) :: basicTests

aggregateTests(tests: _*).checkRuns()
}
Expand Down

0 comments on commit 43d421a

Please sign in to comment.