]> git.lizzy.rs Git - rust.git/commit
tests: use fragment of lint text for error checking
authorGeorg Brandl <georg@python.org>
Thu, 13 Aug 2015 06:12:07 +0000 (08:12 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 13 Aug 2015 06:12:07 +0000 (08:12 +0200)
commit7aee04878f5228f15d94b04addadfa9fe5ccc307
tree5031f613eeea2bde6fa9ccec515fd0ac32bf89ee
parentdbd396db9179d99a219726e4dcfb7875c6749390
tests: use fragment of lint text for error checking

(Did not touch strings.rs, which is fixed by @llogiq's PR)
15 files changed:
src/needless_bool.rs
tests/compile-fail/approx_const.rs
tests/compile-fail/bit_masks.rs
tests/compile-fail/cmp_nan.rs
tests/compile-fail/eq_op.rs
tests/compile-fail/float_cmp.rs
tests/compile-fail/identity_op.rs
tests/compile-fail/let_return.rs
tests/compile-fail/let_unit.rs
tests/compile-fail/methods.rs
tests/compile-fail/mut_mut.rs
tests/compile-fail/needless_bool.rs
tests/compile-fail/needless_return.rs
tests/compile-fail/precedence.rs
tests/compile-fail/ptr_arg.rs