diff --git a/src/sdl2/audio.rs b/src/sdl2/audio.rs index cea92c5fa05..754ec027b9c 100644 --- a/src/sdl2/audio.rs +++ b/src/sdl2/audio.rs @@ -1071,8 +1071,6 @@ mod test { use super::{AudioCVT, AudioFormat}; #[test] - // Ignored temporarily to isolate cause of HEAP corruption on Windows release dynamic build. - #[ignore] fn test_audio_cvt() { use std::iter::repeat;