diff --git a/tests/source/control-brace-style-always-same-line.rs b/tests/source/control-brace-style-always-same-line.rs index 1c8f487e7cda..45111aaab08c 100644 --- a/tests/source/control-brace-style-always-same-line.rs +++ b/tests/source/control-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { loop { (); diff --git a/tests/source/else-if-brace-style-always-same-line.rs b/tests/source/else-if-brace-style-always-same-line.rs index 41f5305bf8c4..37c9417ea160 100644 --- a/tests/source/else-if-brace-style-always-same-line.rs +++ b/tests/source/else-if-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { if false { diff --git a/tests/target/control-brace-style-always-same-line.rs b/tests/target/control-brace-style-always-same-line.rs index ae6bf4a56821..cf3f82dfcf10 100644 --- a/tests/target/control-brace-style-always-same-line.rs +++ b/tests/target/control-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { loop { (); diff --git a/tests/target/else-if-brace-style-always-same-line.rs b/tests/target/else-if-brace-style-always-same-line.rs index 5e5ab21a0d88..07b71fd790dc 100644 --- a/tests/target/else-if-brace-style-always-same-line.rs +++ b/tests/target/else-if-brace-style-always-same-line.rs @@ -1,5 +1,3 @@ -// rustfmt-control_brace_style: AlwaysSameLine - fn main() { if false { ();