Skip to content

Commit efbfeb5

Browse files
authored
[test][embedded] REQUIRE synchronization in test that uses synchornization (#72329)
This tests imports the Synchronization module, so it will not work if Synchonization is not part of the build. Mark it as `REQUIRES: synchronization` to skip it in case synchronization has not been built.
1 parent 237b70c commit efbfeb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/embedded/synchronization.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// REQUIRES: executable_test
88
// REQUIRES: optimized_stdlib
99
// REQUIRES: OS=macosx || OS=linux-gnu
10+
// REQUIRES: synchronization
1011

1112
import Synchronization
1213

0 commit comments

Comments
 (0)