Skip to content

Commit 764a300

Browse files
authored
Merge pull request #70778 from kavon/disable-attr-extern-test
temporarily disable test on simulator
2 parents 9071c82 + f07437a commit 764a300

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/attr/attr_extern.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-feature Extern -disable-availability-checking
22

3+
// https://github.com/apple/swift/issues/70776
4+
// UNSUPPORTED: DARWIN_SIMULATOR=ios
5+
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
6+
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
7+
38
@_extern(wasm, module: "m1", name: "f1")
49
func f1(x: Int) -> Int
510

0 commit comments

Comments
 (0)