]> granicus.if.org Git - clang/commitdiff
Re-add the closing '}' for the namespace I accidentally deleted when
authorKaelyn Uhrain <rikka@google.com>
Thu, 19 Apr 2012 23:26:12 +0000 (23:26 +0000)
committerKaelyn Uhrain <rikka@google.com>
Thu, 19 Apr 2012 23:26:12 +0000 (23:26 +0000)
removing a (new) duplicate test whose only difference was the tag type
being an enum instead of a struct.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155165 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/fixit.cpp

index afa71c6f3de6d13581151cf26d07a9cff7cc62d4..ac1fb6397f391e8ff47e9e8526637a738883893d 100644 (file)
@@ -216,3 +216,4 @@ class Foo {
   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}}
+}