Skip to content

Commit d0fe672

Browse files
committed
test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch
1 parent ffdb7f9 commit d0fe672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pretty/tag-blank-lines.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// pp-exact
22

3-
tag foo {
3+
enum foo {
44
foo; // a foo.
55
bar;
66
}

0 commit comments

Comments
 (0)