Skip to content

Commit 4975514

Browse files
committed
Drop ignore on test_audio_cvt
Now that this should be fixed upstream.
1 parent 715f36a commit 4975514

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sdl2/audio.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,6 @@ mod test {
10711071
use super::{AudioCVT, AudioFormat};
10721072

10731073
#[test]
1074-
// Ignored temporarily to isolate cause of HEAP corruption on Windows release dynamic build.
1075-
#[ignore]
10761074
fn test_audio_cvt() {
10771075
use std::iter::repeat;
10781076

0 commit comments

Comments
 (0)