Skip to content

Commit 5ed35a4

Browse files
committed
Fix test
1 parent 6772991 commit 5ed35a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/rename_deps.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ fn can_run_doc_tests() {
266266
.with_stderr_contains(
267267
"\
268268
[DOCTEST] foo
269-
[RUNNING] `rustdoc [..]--test [..]src/lib.rs \
269+
[RUNNING] `rustdoc [..]--test \
270270
[..] \
271271
--extern bar=[CWD]/target/debug/deps/libbar-[..].rlib \
272272
--extern baz=[CWD]/target/debug/deps/libbar-[..].rlib \
273-
[..]`
273+
[..]src/lib.rs`
274274
",
275275
)
276276
.run();

0 commit comments

Comments
 (0)