[cfe-commits] r155165 - /cfe/trunk/test/FixIt/fixit.cpp

Kaelyn Uhrain rikka at google.com
Thu Apr 19 16:26:12 PDT 2012


Author: rikka
Date: Thu Apr 19 18:26:12 2012
New Revision: 155165

URL: http://llvm.org/viewvc/llvm-project?rev=155165&view=rev
Log:
Re-add the closing '}' for the namespace I accidentally deleted when
removing a (new) duplicate test whose only difference was the tag type
being an enum instead of a struct.

Modified:
    cfe/trunk/test/FixIt/fixit.cpp

Modified: cfe/trunk/test/FixIt/fixit.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/FixIt/fixit.cpp?rev=155165&r1=155164&r2=155165&view=diff
==============================================================================
--- cfe/trunk/test/FixIt/fixit.cpp (original)
+++ cfe/trunk/test/FixIt/fixit.cpp Thu Apr 19 18:26:12 2012
@@ -216,3 +216,4 @@
   Bar bar_; // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}}
 };
 void Foo::SetBar(Bar bar) { bar_ = bar; } // expected-error {{must use 'enum' tag to refer to type 'Bar' in this scope}}
+}





More information about the cfe-commits mailing list