about summary refs log tree commit diff
path: root/src/test/pretty
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/pretty')
-rw-r--r--src/test/pretty/tag-blank-lines.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/pretty/tag-blank-lines.rs b/src/test/pretty/tag-blank-lines.rs
index 93373b0066d..29a3b965251 100644
--- a/src/test/pretty/tag-blank-lines.rs
+++ b/src/test/pretty/tag-blank-lines.rs
@@ -11,8 +11,8 @@
 // pp-exact
 
 enum foo {
-    foo, // a foo.
-    bar,
+    bar, // a bar.
+    baz,
 }
 
 fn main() { }