diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-01-28 18:26:37 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-02-03 11:08:20 +0100 |
| commit | 7c4b79c80aafe0fc5c900ce5e31795dd973f7794 (patch) | |
| tree | 25d8f52a1e4cdfe95074a31a79383d4e94ec594f | |
| parent | f14479505882170f6394eedf4856ed1f5307b3a6 (diff) | |
| download | rust-7c4b79c80aafe0fc5c900ce5e31795dd973f7794.tar.gz rust-7c4b79c80aafe0fc5c900ce5e31795dd973f7794.zip | |
Update run-make/issue-22131 to new rustdoc --test format
| -rw-r--r-- | src/test/run-make/issue-22131/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/issue-22131/Makefile b/src/test/run-make/issue-22131/Makefile index 1e8568626a6..f65cc9e06a3 100644 --- a/src/test/run-make/issue-22131/Makefile +++ b/src/test/run-make/issue-22131/Makefile @@ -4,4 +4,4 @@ all: foo.rs $(RUSTC) --cfg 'feature="bar"' --crate-type lib foo.rs $(HOST_RPATH_ENV) '$(RUSTDOC)' --test --cfg 'feature="bar"' \ -L $(TMPDIR) foo.rs |\ - grep -q 'test foo_0 ... ok' + grep -q 'foo.rs - line 11 ... ok' |
