Update test for Windows

This commit is contained in:
Doug Gregor
2025-11-13 16:35:02 -08:00
parent e0139bcc0c
commit 7517425398

View File

@@ -21,6 +21,6 @@ func test() {
// CHECK: call swiftcc void @with_swiftcc()
with_swiftcc()
}
// CHECK: declare swiftcc void @with_swiftcc()
// CHECK: declare {{.*}}swiftcc void @with_swiftcc()
test()