about summary refs log tree commit diff
path: root/src/test/rustdoc/pub-method.rs
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2017-10-17 13:54:46 -0400
committersteveklabnik <steve@steveklabnik.com>2017-10-17 15:38:52 -0400
commit045ce183cc6f34ec8315b2a99d22b9563c714a08 (patch)
treeab2b0e859086a713c3840ad9d4e278f099917839 /src/test/rustdoc/pub-method.rs
parentaad8787586a46fc8eb2a89260fafd8598d378b67 (diff)
downloadrust-045ce183cc6f34ec8315b2a99d22b9563c714a08.tar.gz
rust-045ce183cc6f34ec8315b2a99d22b9563c714a08.zip
modify tests to use new flag
Diffstat (limited to 'src/test/rustdoc/pub-method.rs')
-rw-r--r--src/test/rustdoc/pub-method.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/pub-method.rs b/src/test/rustdoc/pub-method.rs
index 5998734e4a2..24d566e082e 100644
--- a/src/test/rustdoc/pub-method.rs
+++ b/src/test/rustdoc/pub-method.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 // ignore-tidy-linelength
-// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports
+// compile-flags: --document-private-items
 
 #![crate_name = "foo"]