Skip to content

Commit 60a57f7

Browse files
committed
fix(tests): update expected status for broken code test case
Signed-off-by: Rustin170506 <[email protected]>
1 parent d1c5bf8 commit 60a57f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/fix.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ fn fix_to_broken_code() {
13871387
p.cargo("fix --allow-no-vcs --broken-code")
13881388
.cwd("bar")
13891389
.env("RUSTC", p.root().join("foo/target/debug/foo"))
1390-
.with_status(101)
1390+
.with_status(0)
13911391
.with_stderr_data(str![[r#"
13921392
...
13931393
[WARNING] failed to automatically apply fixes suggested by rustc to crate `bar`

0 commit comments

Comments
 (0)