test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch

This commit is contained in:
Patrick Walton 2012-01-10 16:02:49 -08:00
parent ffdb7f97f8
commit d0fe6723fc

View File

@ -1,6 +1,6 @@
// pp-exact
tag foo {
enum foo {
foo; // a foo.
bar;
}