Skip to content

Commit 40fb23a

Browse files
committed
Fix REQUIRES lines in test/embedded/traps-mergeable.swift, include experimental features
1 parent 2d8d1bb commit 40fb23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/embedded/traps-mergeable.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
// REQUIRES: swift_in_compiler
44
// REQUIRES: optimized_stdlib
5-
// REQUIRES: OS=macosx || OS=linux-gnu
5+
// REQUIRES: swift_feature_Embedded
6+
// REQUIRES: swift_feature_Extern
67

78
@_extern(c)
89
public func external()

0 commit comments

Comments
 (0)