Merge pull request #79922 from rintaro/tests-requires-embedded

[Tests] Mark 2 tests require 'embedded_stdlib'
This commit is contained in:
Rintaro Ishizaki
2025-03-11 18:59:51 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// RUN: %target-swift-frontend %s -target %target-cpu-apple-macos14 -emit-ir -g -enable-experimental-feature Embedded -wmo -disable-availability-checking -o - | %FileCheck %s
// REQUIRES: OS=macosx
// REQUIRES: embedded_stdlib
// REQUIRES: swift_feature_Embedded

View File

@@ -1,6 +1,7 @@
// REQUIRES: swift_swift_parser
// REQUIRES: swift_feature_Embedded
// REQUIRES: OS=macosx
// REQUIRES: embedded_stdlib
// RUN: %empty-directory(%t)
// RUN: split-file --leading-lines %s %t