Skip to content

Commit 985171b

Browse files
Merge pull request #65798 from adrian-prantl/109095883-5.9
Relax test to also work on 32-bit platforms
2 parents 8f3a91e + 68ec267 commit 985171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Macros/macro_expand_closure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func multiStatementInference() -> Int {
2525

2626
// CHECK-SIL: sil {{.*}} @$s9MacroUser23multiStatementInferenceSiyFSiyXEfU_
2727
// CHECK-SIL-NOT: return
28-
// CHECK-SIL: %0 = integer_literal $Builtin.Int64, 10, loc "@__swiftmacro_9MacroUser23multiStatementInferenceSiyF0cD0fMf_.swift":2:14, scope [[S2]]
28+
// CHECK-SIL: %0 = integer_literal $Builtin.Int{{64|32}}, 10, loc "@__swiftmacro_9MacroUser23multiStatementInferenceSiyF0cD0fMf_.swift":2:14, scope [[S2]]
2929

3030
// CHECK: 10
3131
print(multiStatementInference())

0 commit comments

Comments
 (0)