Disable test_bytes_vec_alloc test on miri (#755)

This commit is contained in:
Alice Ryhl
2025-01-13 16:28:28 +01:00
committed by GitHub
parent aae4969fde
commit a1b1208127
+1
View File
@@ -1,3 +1,4 @@
#![cfg(not(miri))]
use std::alloc::{GlobalAlloc, Layout, System};
use std::ptr::null_mut;
use std::sync::atomic::{AtomicPtr, AtomicUsize, Ordering};