Skip to content

Commit 5e937e0

Browse files
jieyouxuytmimi
authored andcommitted
test: fix tests/source/issue-1278.rs test header
`key = value` is not a valid significant test comment form, the value must be `Block` not double-quoted `"block"` or `"Block"`.
1 parent 0332da0 commit 5e937e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/source/issue-1278.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-indent_style = "block"
1+
// rustfmt-indent_style: Block
22

33
#![feature(pub_restricted)]
44

tests/target/issue-1278.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-indent_style = "block"
1+
// rustfmt-indent_style: Block
22

33
#![feature(pub_restricted)]
44

0 commit comments

Comments
 (0)