Skip to content

Commit 654d542

Browse files
authored
Merge pull request #79922 from rintaro/tests-requires-embedded
[Tests] Mark 2 tests require 'embedded_stdlib'
2 parents b80cffc + 7e6d4d3 commit 654d542

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/DebugInfo/value-generics-embedded.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend %s -target %target-cpu-apple-macos14 -emit-ir -g -enable-experimental-feature Embedded -wmo -disable-availability-checking -o - | %FileCheck %s
22

33
// REQUIRES: OS=macosx
4+
// REQUIRES: embedded_stdlib
45

56
// REQUIRES: swift_feature_Embedded
67

test/Macros/macro_unique_name_embedded.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// REQUIRES: swift_swift_parser
22
// REQUIRES: swift_feature_Embedded
33
// REQUIRES: OS=macosx
4+
// REQUIRES: embedded_stdlib
45

56
// RUN: %empty-directory(%t)
67
// RUN: split-file --leading-lines %s %t

0 commit comments

Comments
 (0)