Skip to content

Commit e171e00

Browse files
committed
Fix broken bench test for new --benches behavior.
1 parent 3dd21d8 commit e171e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bench.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ fn bench_bench_implicit() {
8181
.with_stderr(format!("\
8282
[COMPILING] foo v0.0.1 ({dir})
8383
[FINISHED] release [optimized] target(s) in [..]
84+
[RUNNING] target[/]release[/]deps[/]foo-[..][EXE]
8485
[RUNNING] target[/]release[/]deps[/]mybench-[..][EXE]
8586
", dir = p.url()))
8687
.with_stdout_contains("test run2 ... bench: [..]"));
@@ -1323,7 +1324,7 @@ fn bench_virtual_manifest_all_implied() {
13231324
.build();
13241325

13251326
// The order in which foo and bar are built is not guaranteed
1326-
1327+
13271328
assert_that(p.cargo("bench"),
13281329
execs().with_status(0)
13291330
.with_stderr_contains("\

0 commit comments

Comments
 (0)