Skip to content

Commit 99b0ad3

Browse files
authored
Disable test on macos. (#25442)
1 parent 4d59a3c commit 99b0ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClangImporter/cxx_interop.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend -typecheck %s -I %S/Inputs/custom-modules -module-cache-path %t -enable-cxx-interop
3+
// UNSUPPORTED: macosx
34

45
import CXXInterop
56

@@ -10,4 +11,3 @@ do {
1011
}
1112

1213
var tmp: NestedStruct = MakeNestedStruct()
13-

0 commit comments

Comments
 (0)