Skip to content

Commit 203a1e0

Browse files
Merge pull request swiftlang#79720 from AnthonyLatsis/haliotis-rufescens
[NFC] test: Factor out feature frontend tests into subdirectory
2 parents 0879412 + d18425e commit 203a1e0

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

test/Misc/verify-swift-feature-testing.test-sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import sys
1313
# they cannot automatically be checked.
1414
EXCEPTIONAL_FILES = [
1515
# Tests for ParserValidation not being defined in no-asserts compilers
16-
pathlib.Path("test/Frontend/experimental-features-no-asserts.swift"),
16+
pathlib.Path("test/Frontend/features/experimental-features-no-asserts.swift"),
1717
# Tests for UnknownFeature not existing
18-
pathlib.Path("test/Frontend/upcoming_feature.swift"),
19-
pathlib.Path("test/Frontend/strict_features.swift"),
18+
pathlib.Path("test/Frontend/features/upcoming_feature.swift"),
19+
pathlib.Path("test/Frontend/features/strict_features.swift"),
2020
# Tests for ModuleInterfaceExportAs being ignored
2121
pathlib.Path("test/ModuleInterface/swift-export-as.swift"),
2222
# Uses the pseudo-feature AvailabilityMacro=

0 commit comments

Comments
 (0)