diff --git a/clang/test/FixIt/fixit.cpp b/clang/test/FixIt/fixit.cpp index afa71c6f3de6..ac1fb6397f39 100644 --- a/clang/test/FixIt/fixit.cpp +++ b/clang/test/FixIt/fixit.cpp @@ -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}} +}