Skip to content

Commit 2c445bd

Browse files
committed
Run the test on everything but windows
1 parent f599dcb commit 2c445bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/cmp/tests/vals.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn test_libnogg_vals() {
7070
cmp_output!("noise-6ch.ogg", 0);
7171
cmp_output!("noise-stereo.ogg", 0);
7272
cmp_output!("partial-granule-position.ogg", 2);
73-
#[cfg(target_os = "linux")]
73+
#[cfg(not(target_os = "windows"))]
7474
cmp_output!("sample-rate-max.ogg", 0);
7575
ensure_malformed!("single-code-2bits.ogg", BadHeader(HeaderBadFormat));
7676
// We can't cmp the output here because native

0 commit comments

Comments
 (0)