Skip to content

Commit 83f525c

Browse files
committed
Make test compatible with 32-bit
1 parent ec635c0 commit 83f525c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/issues/issue-101082.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#[no_mangle]
88
pub fn test() -> usize {
99
// CHECK-LABEL: @test(
10-
// CHECK: ret i64 165
10+
// CHECK: ret {{i64|i32}} 165
1111
let values = [23, 16, 54, 3, 60, 9];
1212
let mut acc = 0;
1313
for item in values {

0 commit comments

Comments
 (0)