Skip to content

Commit 38b2098

Browse files
committed
fix: int -> int32_t in test case
1 parent f9da592 commit 38b2098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/params_count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
extern crate mini_core;
66

77
// expect three int params
8-
// CHECK: {{((int .*,?\s?){3})}}
8+
// CHECK: {{((int32_t .*,?\s?){3})}}
99
#[no_mangle]
1010
pub fn foo(_x: i32, _y: i32, _z: i32) -> i32 {
1111
0

0 commit comments

Comments
 (0)