Move some availability tests into a new test/Availability directory

This commit is contained in:
Slava Pestov
2025-06-06 14:35:21 -04:00
parent aa92bcf9b0
commit 9c01ee2c1b
61 changed files with 88 additions and 89 deletions

View File

@@ -20,7 +20,7 @@ EXCEPTIONAL_FILES = [
# Tests for ModuleInterfaceExportAs being ignored
pathlib.Path("test/ModuleInterface/swift-export-as.swift"),
# Uses the pseudo-feature AvailabilityMacro=
pathlib.Path("test/Sema/availability_define.swift"),
pathlib.Path("test/Availability/availability_define.swift"),
# Tests behavior when you try to use a feature without enabling it
pathlib.Path("test/attr/feature_requirement.swift"),
# Tests completion with features both enabled and disabled