book/listings/ch12-an-io-project/listing-12-16/output.txt

24 lines
710 B
Plaintext
Raw Normal View History

$ cargo test
Compiling minigrep v0.1.0 (file:///projects/minigrep)
2020-01-26 01:58:49 +00:00
Finished test [unoptimized + debuginfo] target(s) in 0.97s
2022-06-04 01:50:21 +00:00
Running unittests src/lib.rs (target/debug/deps/minigrep-9cd200e5fac0fc94)
running 1 test
test tests::one_result ... FAILED
failures:
---- tests::one_result stdout ----
2023-02-10 16:01:09 +00:00
thread 'tests::one_result' panicked at 'assertion failed: `(left == right)`
left: `["safe, fast, productive."]`,
right: `[]`', src/lib.rs:44:9
2020-11-30 20:14:06 +00:00
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
tests::one_result
2021-02-12 21:46:47 +00:00
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2022-11-04 02:10:09 +00:00
error: test failed, to rerun pass `--lib`