Skip to content

Commit 4785b64

Browse files
committed
fix test
1 parent 6fc37f5 commit 4785b64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/cross_compile.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,12 @@ fn cross_doctests() {
464464
.with_stderr(&format!(
465465
"\
466466
[COMPILING] foo v0.0.1 ([CWD])
467+
[RUNNING] `rustc --crate-name foo [..]
467468
[RUNNING] `rustc --crate-name foo [..]--test[..]
468469
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
469470
[RUNNING] `[CWD]/target/{triple}/debug/deps/foo-[..][EXE]`
470471
[DOCTEST] foo
472+
[RUNNING] `rustdoc [..]
471473
",
472474
triple = target
473475
))

0 commit comments

Comments
 (0)