Skip to content

Commit 9a11eb0

Browse files
committed
Move run-custom-args/tasty-inspector to run-tasty-inspector
1 parent cc90bf3 commit 9a11eb0

File tree

19 files changed

+5
-5
lines changed

19 files changed

+5
-5
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

tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala renamed to tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ val experimentalDefinitionInLibrary = Set(
126126
|Found @experimental definition in library not listed:
127127
|${missingFromList.toSeq.sorted.mkString("\n")}
128128
|
129-
|If added new experimental definitions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
129+
|If added new experimental definitions to the library, add them to the list in tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala
130130
|
131-
|Test only: sbt "scala3-bootstrapped/testCompilation tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala"
131+
|Test only: sbt "scala3-bootstrapped/testCompilation tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala"
132132
|""".stripMargin
133133
)
134134
assert(missingInLibrary.isEmpty,
@@ -137,9 +137,9 @@ val experimentalDefinitionInLibrary = Set(
137137
|Listed @experimental definition was not found in the library
138138
|${missingInLibrary.toSeq.sorted.mkString("\n")}
139139
|
140-
|If experimental definition was removed or stabilized, remove from the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
140+
|If experimental definition was removed or stabilized, remove from the list in tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala
141141
|
142-
|Test only: sbt "scala3-bootstrapped/testCompilation tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala"
142+
|Test only: sbt "scala3-bootstrapped/testCompilation tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala"
143143
|""".stripMargin
144144
)
145145
}

0 commit comments

Comments
 (0)