Skip to content

Commit e9971cd

Browse files
committed
test: Isolate unix-only test result
1 parent 2177251 commit e9971cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/errors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ fn test_error_type() {
4545
}
4646

4747
#[test]
48+
#[cfg(unix)]
4849
fn test_error_deser_whole() {
4950
#[derive(Deserialize, Debug)]
5051
struct Place {

0 commit comments

Comments
 (0)