rust/tests
Sebastian Blunt 235f33b230
Make tests fail if rustfmt encounters an error
Previously tests would not fail if they encountered an error such as
LineOverflow or TrailingWhitespace. Making the tests error out will fix
this mismatch between running rustfmt for real and running the tests.

This also modifies all tests that previously contained errors so that
they no longer contain errors (in almost all of the tests this is
accomplished by setting error_on_line_overflow = false).
2017-02-19 19:57:02 +01:00
..
config Add a more lightweight method for rewriting comments when we are not normalising 2017-01-17 10:17:48 +13:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Make tests fail if rustfmt encounters an error 2017-02-19 19:57:02 +01:00
target Make tests fail if rustfmt encounters an error 2017-02-19 19:57:02 +01:00
writemode simplify tests 2016-04-05 02:45:39 +03:00
system.rs Make tests fail if rustfmt encounters an error 2017-02-19 19:57:02 +01:00