From e171e0061f4f250bcd34db9b771046cd493c3377 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 20 Oct 2017 15:45:51 -0700 Subject: [PATCH] Fix broken bench test for new --benches behavior. --- tests/bench.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/bench.rs b/tests/bench.rs index 30cebde2143..491867a6c3c 100644 --- a/tests/bench.rs +++ b/tests/bench.rs @@ -81,6 +81,7 @@ fn bench_bench_implicit() { .with_stderr(format!("\ [COMPILING] foo v0.0.1 ({dir}) [FINISHED] release [optimized] target(s) in [..] +[RUNNING] target[/]release[/]deps[/]foo-[..][EXE] [RUNNING] target[/]release[/]deps[/]mybench-[..][EXE] ", dir = p.url())) .with_stdout_contains("test run2 ... bench: [..]")); @@ -1323,7 +1324,7 @@ fn bench_virtual_manifest_all_implied() { .build(); // The order in which foo and bar are built is not guaranteed - + assert_that(p.cargo("bench"), execs().with_status(0) .with_stderr_contains("\