diff options
| author | steveklabnik <steve@steveklabnik.com> | 2017-10-17 13:54:46 -0400 |
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2017-10-17 15:38:52 -0400 |
| commit | 045ce183cc6f34ec8315b2a99d22b9563c714a08 (patch) | |
| tree | ab2b0e859086a713c3840ad9d4e278f099917839 /src/test/rustdoc/issue-15347.rs | |
| parent | aad8787586a46fc8eb2a89260fafd8598d378b67 (diff) | |
| download | rust-045ce183cc6f34ec8315b2a99d22b9563c714a08.tar.gz rust-045ce183cc6f34ec8315b2a99d22b9563c714a08.zip | |
modify tests to use new flag
Diffstat (limited to 'src/test/rustdoc/issue-15347.rs')
| -rw-r--r-- | src/test/rustdoc/issue-15347.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/issue-15347.rs b/src/test/rustdoc/issue-15347.rs index 266a3089194..c50df6edd48 100644 --- a/src/test/rustdoc/issue-15347.rs +++ b/src/test/rustdoc/issue-15347.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// compile-flags:--no-defaults --passes collapse-docs --passes unindent-comments +// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments // @has issue_15347/fn.foo.html #[doc(hidden)] |
