Skip to content

Commit aca5261

Browse files
committed
Revert "fix failures on linux"
This reverts commit e729880.
1 parent 12ee5a7 commit aca5261

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/testsuite/cross_compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ fn doctest_xcompile_linker() {
11091109
.masquerade_as_nightly_cargo()
11101110
.with_stderr_contains(&format!(
11111111
"\
1112-
[RUNNING] `rustdoc --crate-type lib --crate-name foo --test [..]\
1112+
[RUNNING] `rustdoc --crate-type lib --test [..]\
11131113
--target {target} [..] -C linker=my-linker-tool[..]
11141114
",
11151115
target = target,

tests/testsuite/doc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ fn doc_test_in_workspace() {
16921692
running 1 test
16931693
test crate-a/src/lib.rs - (line 1) ... ok
16941694
1695-
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out[..]
1695+
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
16961696
16971697
",
16981698
)
@@ -1702,7 +1702,7 @@ test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out[..]
17021702
running 1 test
17031703
test crate-b/src/lib.rs - (line 1) ... ok
17041704
1705-
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out[..]
1705+
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
17061706
17071707
",
17081708
)

0 commit comments

Comments
 (0)