]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakis
authorbors <bors@rust-lang.org>
Thu, 17 Mar 2016 14:52:30 +0000 (07:52 -0700)
committerbors <bors@rust-lang.org>
Thu, 17 Mar 2016 14:52:30 +0000 (07:52 -0700)
commitbe989acabd0d566aeb2a76b760ccafdd1187f202
tree5abe216c81a38aedb6f116536271930cfae6c690
parentabb1515c53d209be3e8c1e9e73c1a98bc86b8692
parentabd1cea14578a3fc9856e2dbbd9f40f2b2c3b6d5
Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakis

Stop ignoring expected note/help messages in compiletest suite.

Original issue: https://github.com/rust-lang/rust/issues/21195

Relevant PR: https://github.com/rust-lang/rust/pull/30778

Prior to this commit, if a compiletest testcase included the text
"HELP:" or "NOTE:" (note the colons), then it would indicate to the
compiletest suite that we should verify "help" and "note" expected
messages.

This commit updates this check to also check "HELP" and "NOTE" (not the
absense of colons) so that we always verify "help" and "note" expected
messages.