Skip to content

Commit 62239dc

Browse files
committed
Move run-custom-args/tasty-inspector to run-tasty-inspector
[Cherry-picked 9a11eb0][modified]
1 parent c921574 commit 62239dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+25
-11182
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class BootstrappedOnlyCompilationTests {
128128
val basicTests = List(
129129
compileFilesInDir("tests/run-with-compiler", withCompilerOptions),
130130
compileFilesInDir("tests/run-staging", withStagingOptions),
131-
compileFilesInDir("tests/run-custom-args/tasty-inspector", withTastyInspectorOptions)
131+
compileFilesInDir("tests/run-tasty-inspector", withTastyInspectorOptions)
132132
)
133133
val tests =
134134
if scala.util.Properties.isWin then basicTests

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class CompilationTests {
5050
compileFilesInDir("tests/pos-custom-args/no-experimental", defaultOptions.and("-Yno-experimental")),
5151
compileFilesInDir("tests/pos-custom-args/strict", defaultOptions.and("-source", "future", "-deprecation", "-Xfatal-warnings")),
5252
compileDir("tests/pos-special/java-param-names", defaultOptions.withJavacOnlyOptions("-parameters")),
53-
compileDir("tests/pos-special/stdlib", defaultOptions),
5453
compileFile(
5554
// succeeds despite -Xfatal-warnings because of -nowarn
5655
"tests/neg-custom-args/fatal-warnings/xfatalWarnings.scala",

tests/neg/i9685bis.check

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/neg/i9685bis.scala

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/pos-special/stdlib/Test1.scala

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/pos-special/stdlib/Test2.scala

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)