From d0fe6723fc2f431205092bda9ec399d932081bd0 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 10 Jan 2012 16:02:49 -0800 Subject: [PATCH] test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch --- src/test/pretty/tag-blank-lines.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/pretty/tag-blank-lines.rs b/src/test/pretty/tag-blank-lines.rs index b6e440bbf47..11c884d7c0c 100644 --- a/src/test/pretty/tag-blank-lines.rs +++ b/src/test/pretty/tag-blank-lines.rs @@ -1,6 +1,6 @@ // pp-exact -tag foo { +enum foo { foo; // a foo. bar; }