Skip to content

Commit

Permalink
NFC: Remove unneeded #cfg(...) in digest_tests.rs
Browse files Browse the repository at this point in the history
The code is always enabled since "wasm32" was spelled wrongly. Apparently
the wasm-bindgen compatibility issue is no longer an issue.
  • Loading branch information
briansmith committed Sep 19, 2023
1 parent 4983338 commit c9fd0ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/digest_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ fn digest_misc() {
});
}

// wasm_bindgen doesn't build this correctly.
#[cfg(not(target_arch = "wsam32"))]
mod digest_shavs {
use ring::{digest, test};

Expand Down

0 comments on commit c9fd0ba

Please sign in to comment.