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 7d842fe commit 1476448Copy full SHA for 1476448
tests/test.rs
@@ -2482,20 +2482,9 @@ fn test_virtual_manifest_all_implied() {
2482
"#);
2483
2484
assert_that(p.cargo_process("test"),
2485
- execs().with_status(0).with_stdout_contains("\
2486
-running 1 test
2487
-test b ... ok
2488
-
2489
-test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
2490
2491
-")
2492
- .with_stdout_contains("\
2493
2494
2495
2496
2497
2498
-"));
+ execs().with_status(0)
+ .with_stdout_contains("test a ... ok")
+ .with_stdout_contains("test b ... ok"));
2499
}
2500
2501
#[test]
0 commit comments