Skip to content

Commit 7e6d4d3

Browse files
committed
[Tests] Mark 2 tests require 'embedded_stdlib'
These tests require Embedded stdlib: DebugInfo/value-generics-embedded.swift Macros/macro_unique_name_embedded.swift
1 parent e056c63 commit 7e6d4d3

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)