[embedded] Centralize the OS/target requirements on (most) Embedded Swift tests

This commit is contained in:
Kuba Mracek
2025-01-19 11:44:55 -08:00
parent 600dcd0828
commit d8c0c25b4b
82 changed files with 11 additions and 81 deletions

View File

@@ -5,7 +5,6 @@
// RUN: %target-swift-frontend -c -I %t %t/Main.swift -enable-experimental-feature Embedded -o %t/a.o
// REQUIRES: swift_in_compiler
// REQUIRES: OS=macosx || OS=linux-gnu
// REQUIRES: swift_feature_Embedded
// BEGIN MyModule.swift