Skip to content

Commit 76cd46f

Browse files
[c-interop][test] Disable availablity checks to test async interface
1 parent 38cfd56 commit 76cd46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/attr/attr_extern.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-typecheck-verify-swift
1+
// RUN: %target-typecheck-verify-swift -disable-availability-checking
22

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

0 commit comments

Comments
 (0)