Fix name in test.

llvm-svn: 194291
This commit is contained in:
Rafael Espindola 2013-11-08 23:06:10 +00:00
parent 705cbc1733
commit 91bc73bf1a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void f2() {
// PR3844
template <> struct S<int> { }; // expected-error{{explicit specialization of non-template struct 'S'}}
template <> union U<int> { }; // expected-error{{explicit specialization of non-template union 'S'}}
template <> union U<int> { }; // expected-error{{explicit specialization of non-template union 'U'}}
namespace PR6184 {
namespace N {