Skip to content

Commit

Permalink
Make test compatible with 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Apr 11, 2023
1 parent ec635c0 commit 83f525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/issues/issue-101082.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#[no_mangle]
pub fn test() -> usize {
// CHECK-LABEL: @test(
// CHECK: ret i64 165
// CHECK: ret {{i64|i32}} 165
let values = [23, 16, 54, 3, 60, 9];
let mut acc = 0;
for item in values {
Expand Down

0 comments on commit 83f525c

Please sign in to comment.