Skip to content

Commit 6bb4050

Browse files
committed
Fix test
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
1 parent f11d9a1 commit 6bb4050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/tool_paths.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn custom_runner_cfg_collision() {
252252
.with_status(101)
253253
.with_stderr(
254254
"\
255-
[ERROR] several matching instances of `target.'cfg(..)'.runner` in `.cargo/config`
255+
[ERROR] several matching instances of `target.'cfg(..)'.runner` in configurations
256256
first match `cfg(not(target_arch = \"avr\"))` located in [..]/foo/.cargo/config
257257
second match `cfg(not(target_os = \"none\"))` located in [..]/foo/.cargo/config
258258
",

0 commit comments

Comments
 (0)