Skip to content

Commit fd25718

Browse files
committed
Fix nightly exported_priv_warning test.
1 parent e1d3e13 commit fd25718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/pub_priv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ fn exported_priv_warning() {
3939
.masquerade_as_nightly_cargo()
4040
.with_stderr_contains(
4141
"\
42-
src/lib.rs:3:13: warning: type `priv_dep::FromPriv` from private dependency 'priv_dep' in public interface
43-
"
42+
src/lib.rs:3:13: warning: type `[..]FromPriv` from private dependency 'priv_dep' in public interface
43+
",
4444
)
4545
.run()
4646
}

0 commit comments

Comments
 (0)