Fix nightly exported_priv_warning test.

This commit is contained in:
Eric Huss 2020-09-05 10:31:04 -07:00
parent e1d3e13637
commit fd25718660

View File

@ -39,8 +39,8 @@ fn exported_priv_warning() {
.masquerade_as_nightly_cargo() .masquerade_as_nightly_cargo()
.with_stderr_contains( .with_stderr_contains(
"\ "\
src/lib.rs:3:13: warning: type `priv_dep::FromPriv` from private dependency 'priv_dep' in public interface src/lib.rs:3:13: warning: type `[..]FromPriv` from private dependency 'priv_dep' in public interface
" ",
) )
.run() .run()
} }