Skip to content

Commit 617804e

Browse files
fix harness name
1 parent 8f02ac9 commit 617804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/memchr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub mod verify {
180180

181181
#[kani::proof]
182182
#[cfg(not(all(target_arch = "x86_64", target_feature = "sse2")))]
183-
pub fn check_memchr_naive() {
183+
pub fn check_memchr() {
184184
const ARR_SIZE: usize = 1000;
185185
let x: u8 = kani::any();
186186
let a: [u8; ARR_SIZE] = kani::any();

0 commit comments

Comments
 (0)