Skip to content

Commit f5b2577

Browse files
committed
[Test] Fix genericMetadataBuilder.swift requirements.
It requires executable_test and a just-built stdlib. rdar://120908563
1 parent c8fe36d commit f5b2577

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Runtime/genericMetadataBuilder.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
// The builder doesn't yet know how to look up symbols on Windows.
77
// UNSUPPORTED: OS=windows-msvc
88

9+
// REQUIRES: executable_test
10+
// UNSUPPORTED: use_os_stdlib
11+
// UNSUPPORTED: back_deployment_runtime
12+
913
struct ConcreteEmpty {}
1014

1115
struct ConcreteFields {

0 commit comments

Comments
 (0)