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 5f5ced8 commit df2b418Copy full SHA for df2b418
tests/no_std_tests.rs
@@ -3,7 +3,7 @@
3
//! Tests the library works without std. The test framework requires std,
4
//! but this exercises all no_std code paths.
5
//!
6
-//! Run tests: cargo test --test real_no_std_test
+//! Run tests: cargo test --test no_std_tests
7
8
use crc_fast::{checksum, CrcAlgorithm, Digest};
9
tests/wasm_tests.rs
//! Tests that the library works in WebAssembly. These tests run natively
//! (test framework requires std) but exercise code paths used in WASM.
-//! Run tests: cargo test --test wasm_test
+//! Run tests: cargo test --test wasm_tests
0 commit comments