File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ thread '[..]' panicked at 'assertion failed: \
245
245
`(left == right)`[..]", p. url( ) ) )
246
246
. with_stderr_contains ( "[..]left: `\" hello\" `[..]" )
247
247
. with_stderr_contains ( "[..]right: `\" nope\" `[..]" )
248
- . with_stderr_contains ( "[..]src[/]foo.rs:14" )
248
+ . with_stderr_contains ( "[..]src[/]foo.rs:14[..] " )
249
249
. with_status ( 101 ) ) ;
250
250
}
251
251
@@ -295,7 +295,7 @@ fn bench_with_lib_dep() {
295
295
[FINISHED] release [optimized] target(s) in [..]
296
296
[RUNNING] target[/]release[/]deps[/]foo-[..][EXE]
297
297
[RUNNING] target[/]release[/]deps[/]baz-[..][EXE]" , p. url( ) ) )
298
- . with_stdout_contains ( "test lib_bench ... bench: [..]" )
298
+ . with_stdout_contains ( "test lib_bench ... bench: [..]" )
299
299
. with_stdout_contains ( "test bin_bench ... bench: [..]" ) ) ;
300
300
}
301
301
@@ -695,7 +695,7 @@ fn bench_dylib() {
695
695
[RUNNING] `[..]target[/]release[/]deps[/]foo-[..][EXE] --bench`
696
696
[RUNNING] `[..]target[/]release[/]deps[/]bench-[..][EXE] --bench`" , dir = p. url( ) ) )
697
697
. with_stdout_contains_n ( "test foo ... bench: [..]" , 2 ) ) ;
698
-
698
+
699
699
p. root ( ) . move_into_the_past ( ) ;
700
700
assert_that ( p. cargo ( "bench" ) . arg ( "-v" ) ,
701
701
execs ( ) . with_status ( 0 )
You can’t perform that action at this time.
0 commit comments