We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f599dcb commit 2c445bdCopy full SHA for 2c445bd
dev/cmp/tests/vals.rs
@@ -70,7 +70,7 @@ fn test_libnogg_vals() {
70
cmp_output!("noise-6ch.ogg", 0);
71
cmp_output!("noise-stereo.ogg", 0);
72
cmp_output!("partial-granule-position.ogg", 2);
73
- #[cfg(target_os = "linux")]
+ #[cfg(not(target_os = "windows"))]
74
cmp_output!("sample-rate-max.ogg", 0);
75
ensure_malformed!("single-code-2bits.ogg", BadHeader(HeaderBadFormat));
76
// We can't cmp the output here because native
0 commit comments