modify tests to use new flag
This commit is contained in:
parent
aad8787586
commit
045ce183cc
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
// ignore-tidy-linelength
|
||||||
// compile-flags: --no-defaults --passes collapse-docs --passes unindent-comments --passes strip-priv-imports
|
// compile-flags: --document-private-items
|
||||||
|
|
||||||
// @has 'empty_mod_private/index.html' '//a[@href="foo/index.html"]' 'foo'
|
// @has 'empty_mod_private/index.html' '//a[@href="foo/index.html"]' 'foo'
|
||||||
// @has 'empty_mod_private/sidebar-items.js' 'foo'
|
// @has 'empty_mod_private/sidebar-items.js' 'foo'
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
// 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"]
|
#![crate_name = "foo"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue