diff options
| author | Michael Howell <michael@notriddle.com> | 2022-04-07 14:25:16 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-04-07 14:25:16 -0700 |
| commit | 898ff01ff9e10fdb3f88cd79efed44b9dbcf5ad1 (patch) | |
| tree | 8a4fe9e6546b289e3157079bb1ff6088fe526ade /src | |
| parent | 813b93efb0bdcb38ec6a90b74e21af43b77179a5 (diff) | |
| download | rust-898ff01ff9e10fdb3f88cd79efed44b9dbcf5ad1.tar.gz rust-898ff01ff9e10fdb3f88cd79efed44b9dbcf5ad1.zip | |
Fix test case
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/rustdoc-ui/failed-doctest-output.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-ui/failed-doctest-output.stdout b/src/test/rustdoc-ui/failed-doctest-output.stdout index 6dfe648f854..62775b46d47 100644 --- a/src/test/rustdoc-ui/failed-doctest-output.stdout +++ b/src/test/rustdoc-ui/failed-doctest-output.stdout @@ -17,7 +17,7 @@ error: aborting due to previous error For more information about this error, try `rustc --explain E0425`. Couldn't compile the test. ---- $DIR/failed-doctest-output.rs - SomeStruct (line 12) stdout ---- -Test executable failed (exit code 101). +Test executable failed (exit status: 101). stdout: stdout 1 |
