Update tests
This commit is contained in:
parent
454c85e359
commit
39a304f529
@ -71,7 +71,6 @@ fn checkstyle_test() {
|
|||||||
assert_output(filename, expected_filename);
|
assert_output(filename, expected_filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Helper function for comparing the results of rustfmt
|
// Helper function for comparing the results of rustfmt
|
||||||
// to a known output file generated by one of the write modes.
|
// to a known output file generated by one of the write modes.
|
||||||
fn assert_output(source: &str, expected_filename: &str) {
|
fn assert_output(source: &str, expected_filename: &str) {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// rustfmt-where_single_line: true
|
// rustfmt-where_single_line: true
|
||||||
// Where style
|
// Where style
|
||||||
|
|
||||||
|
|
||||||
fn lorem_two_items<Ipsum, Dolor, Sit, Amet>() -> T
|
fn lorem_two_items<Ipsum, Dolor, Sit, Amet>() -> T
|
||||||
where
|
where
|
||||||
Ipsum: Eq,
|
Ipsum: Eq,
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
// Test of lots of random stuff.
|
// Test of lots of random stuff.
|
||||||
// FIXME split this into multiple, self-contained tests.
|
// FIXME split this into multiple, self-contained tests.
|
||||||
|
|
||||||
|
|
||||||
#[attr1]
|
#[attr1]
|
||||||
extern crate foo;
|
extern crate foo;
|
||||||
#[attr2]
|
#[attr2]
|
||||||
@ -24,7 +23,6 @@ use std::{self, any, ascii, borrow, borrow, borrow, borrow, borrow, borrow, borr
|
|||||||
mod doc;
|
mod doc;
|
||||||
mod other;
|
mod other;
|
||||||
|
|
||||||
|
|
||||||
// sfdgfffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
// sfdgfffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||||
// ffffffffffffffffffffffffffffffffffffffffff
|
// ffffffffffffffffffffffffffffffffffffffffff
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user