We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f62ab commit 673bd9aCopy full SHA for 673bd9a
tests/codegen/params_count.rs
@@ -13,7 +13,7 @@ extern crate mini_core;
13
14
// expect three int params
15
// CHECK-LABEL: foo
16
-// CHECK: (int32_t {{[a-zA-Z_][a-zA-Z0-9_]*}}, int32_t {{[a-zA-Z_][a-zA-Z0-9_]*}}, int32_t {{[a-zA-Z_][a-zA-Z0-9_]*}})
+// CHECK: (int32_t {{[[:alnum:]_]*}}, int32_t {{[[:alnum:]_]*}}, int32_t {{[[:alnum:]_]*}})
17
// CHECK: return 0;
18
#[no_mangle]
19
pub fn foo(_x: i32, _y: i32, _z: i32) -> i32 {
0 commit comments