From: Rafael Espindola Date: Fri, 8 Nov 2013 23:06:10 +0000 (+0000) Subject: Fix name in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4fb7ef24f3586fd88dd548cd3789125109e7b1f;p=clang Fix name in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194291 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/cxx-template-decl.cpp b/test/Parser/cxx-template-decl.cpp index 7dcf482fd3..81269ce254 100644 --- a/test/Parser/cxx-template-decl.cpp +++ b/test/Parser/cxx-template-decl.cpp @@ -116,7 +116,7 @@ void f2() { // PR3844 template <> struct S { }; // expected-error{{explicit specialization of non-template struct 'S'}} -template <> union U { }; // expected-error{{explicit specialization of non-template union 'S'}} +template <> union U { }; // expected-error{{explicit specialization of non-template union 'U'}} namespace PR6184 { namespace N {