Skip to content

Commit df2b418

Browse files
committed
Fix typos
1 parent 5f5ced8 commit df2b418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/no_std_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! Tests the library works without std. The test framework requires std,
44
//! but this exercises all no_std code paths.
55
//!
6-
//! Run tests: cargo test --test real_no_std_test
6+
//! Run tests: cargo test --test no_std_tests
77
88
use crc_fast::{checksum, CrcAlgorithm, Digest};
99

tests/wasm_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! Tests that the library works in WebAssembly. These tests run natively
44
//! (test framework requires std) but exercise code paths used in WASM.
55
//!
6-
//! Run tests: cargo test --test wasm_test
6+
//! Run tests: cargo test --test wasm_tests
77
88
use crc_fast::{checksum, CrcAlgorithm, Digest};
99

0 commit comments

Comments
 (0)