Skip to content

Commit a1b1208

Browse files
authored
Disable test_bytes_vec_alloc test on miri (#755)
1 parent aae4969 commit a1b1208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_bytes_vec_alloc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg(not(miri))]
12
use std::alloc::{GlobalAlloc, Layout, System};
23
use std::ptr::null_mut;
34
use std::sync::atomic::{AtomicPtr, AtomicUsize, Ordering};

0 commit comments

Comments
 (0)