Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/failed-doctest-output: Fix normalization
Otherwise we get: 1 2 running 2 tests - test $DIR/failed-doctest-output.rs - OtherStruct (line 20) ... FAILED - test $DIR/failed-doctest-output.rs - SomeStruct (line 10) ... FAILED + test src/rustc-1.38.0-src/$DIR/failed-doctest-output.rs - OtherStruct (line 20) ... FAILED + test src/rustc-1.38.0-src/$DIR/failed-doctest-output.rs - SomeStruct (line 10) ... FAILED 5 6 failures: 7
- Loading branch information