Skip to content

Commit 7517425

Browse files
committed
Update test for Windows
1 parent e0139bc commit 7517425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/c_calling_conventions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ func test() {
2121
// CHECK: call swiftcc void @with_swiftcc()
2222
with_swiftcc()
2323
}
24-
// CHECK: declare swiftcc void @with_swiftcc()
24+
// CHECK: declare {{.*}}swiftcc void @with_swiftcc()
2525

2626
test()

0 commit comments

Comments
 (0)