Skip to content

Commit ddbcb3c

Browse files
committed
fix: add feature gate for issue_82 test
1 parent f1c59c1 commit ddbcb3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zlib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ mod tests {
934934
}
935935

936936
#[test]
937+
#[cfg(feature = "std")]
937938
fn issue_82() {
938939
let encoded_data = [0x00, 0x00];
939940
let error = Header::read_from(&encoded_data[..]).unwrap_err();

0 commit comments

Comments
 (0)