Skip to content

Commit c756fbd

Browse files
committed
fix test
1 parent dc4de7f commit c756fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ fn test_unique_ptr_vector_raw_ptr() {
395395
assert_eq!(4050, unsafe { ffi::c_take_unique_ptr_vector_const_ptr(c2) });
396396
}
397397

398+
#[test]
398399
#[allow(clippy::items_after_statements, clippy::no_effect_underscore_binding)]
399400
fn test_unwind_safe() {
400401
fn inspect(_c: &ffi::C) {}

0 commit comments

Comments
 (0)