Skip to content

Commit

Permalink
Move run-custom-args/tasty-inspector to run-tasty-inspector
Browse files Browse the repository at this point in the history
[Cherry-picked 9a11eb0][modified]
  • Loading branch information
Kordyjan committed Dec 7, 2023
1 parent c921574 commit 62239dc
Show file tree
Hide file tree
Showing 48 changed files with 25 additions and 11,182 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class BootstrappedOnlyCompilationTests {
val basicTests = List(
compileFilesInDir("tests/run-with-compiler", withCompilerOptions),
compileFilesInDir("tests/run-staging", withStagingOptions),
compileFilesInDir("tests/run-custom-args/tasty-inspector", withTastyInspectorOptions)
compileFilesInDir("tests/run-tasty-inspector", withTastyInspectorOptions)
)
val tests =
if scala.util.Properties.isWin then basicTests
Expand Down
1 change: 0 additions & 1 deletion compiler/test/dotty/tools/dotc/CompilationTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class CompilationTests {
compileFilesInDir("tests/pos-custom-args/no-experimental", defaultOptions.and("-Yno-experimental")),
compileFilesInDir("tests/pos-custom-args/strict", defaultOptions.and("-source", "future", "-deprecation", "-Xfatal-warnings")),
compileDir("tests/pos-special/java-param-names", defaultOptions.withJavacOnlyOptions("-parameters")),
compileDir("tests/pos-special/stdlib", defaultOptions),
compileFile(
// succeeds despite -Xfatal-warnings because of -nowarn
"tests/neg-custom-args/fatal-warnings/xfatalWarnings.scala",
Expand Down
9 changes: 0 additions & 9 deletions tests/neg/i9685bis.check

This file was deleted.

25 changes: 0 additions & 25 deletions tests/neg/i9685bis.scala

This file was deleted.

34 changes: 0 additions & 34 deletions tests/pos-special/stdlib/Test1.scala

This file was deleted.

232 changes: 0 additions & 232 deletions tests/pos-special/stdlib/Test2.scala

This file was deleted.

Loading

0 comments on commit 62239dc

Please sign in to comment.