Skip to content

Commit c3f3985

Browse files
authored
Merge pull request #83435 from eeckstein/fix-test
tests: fix the requirements for embedded/unowned-task-executor.swift
2 parents 796da7a + 3687099 commit c3f3985

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/embedded/unowned-task-executor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -enable-experimental-feature Embedded -disable-availability-checking -module-name test -parse-as-library %s -emit-ir | %FileCheck %s
22

3+
// REQUIRES: executable_test
4+
// REQUIRES: swift_in_compiler
5+
// REQUIRES: optimized_stdlib
36
// REQUIRES: OS=macosx
47
// REQUIRES: swift_feature_Embedded
58

0 commit comments

Comments
 (0)