Skip to content

Commit e3ee10d

Browse files
committed
use //@ for commands in tests
1 parent aa6c27a commit e3ee10d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/ui-toml/semicolon_block/both.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22
#![allow(
33
unused,
44
clippy::unused_unit,

tests/ui-toml/semicolon_block/both.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22
#![allow(
33
unused,
44
clippy::unused_unit,

tests/ui-toml/semicolon_block/semicolon_inside_block.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22
#![allow(
33
unused,
44
clippy::unused_unit,

tests/ui-toml/semicolon_block/semicolon_inside_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22
#![allow(
33
unused,
44
clippy::unused_unit,

tests/ui-toml/semicolon_block/semicolon_outside_block.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22
#![allow(
33
unused,
44
clippy::unused_unit,

tests/ui-toml/semicolon_block/semicolon_outside_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-rustfix
1+
//@run-rustfix
22
#![allow(
33
unused,
44
clippy::unused_unit,

0 commit comments

Comments
 (0)