Skip to content

Commit 8818844

Browse files
Fix PR36520 for Apple Scilicon Mac
Do not hard code target in the check since it is different on Apple Scilicon Mac.
1 parent 98a674b commit 8818844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/APIJSON/non-swift-api.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public func callNative ()
2121
my_native_c()
2222
}
2323

24-
// CHECK: "target": "x86_64-apple-macosx10.9",
24+
// CHECK: "target":
2525
// CHECK-NEXT: "globals": [
2626
// CHECK-NEXT: {
2727
// CHECK-NEXT: "name": "_$s8MyModule10callNativeyyF",

0 commit comments

Comments
 (0)