Skip to content

Commit e1e74da

Browse files
authored
Merge pull request #70792 from kavon/disable-attr-extern-test-harder
disable `test/attr/attr_extern.swift` in macOS & x86_64 until investigation
2 parents c7bdf20 + 1e84324 commit e1e74da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/attr/attr_extern.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// RUN: %target-typecheck-verify-swift -enable-experimental-feature Extern -disable-availability-checking
22

33
// https://github.com/apple/swift/issues/70776
4-
// UNSUPPORTED: DARWIN_SIMULATOR=ios
5-
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
6-
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
4+
// UNSUPPORTED: OS=macOS && CPU=x86_64
75

86
@_extern(wasm, module: "m1", name: "f1")
97
func f1(x: Int) -> Int

0 commit comments

Comments
 (0)