Skip to content

Commit f1d2740

Browse files
Merge pull request swiftlang#65799 from adrian-prantl/109095883
Relax test to also work on 32-bit platforms
2 parents d727206 + 78d47b2 commit f1d2740

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)