r194291 - Fix name in test.

Richard Smith richard at metafoo.co.uk
Fri Nov 8 17:54:50 PST 2013


Whoops, thank you for the fix! =)


On Fri, Nov 8, 2013 at 3:06 PM, Rafael Espindola <rafael.espindola at gmail.com
> wrote:

> Author: rafael
> Date: Fri Nov  8 17:06:10 2013
> New Revision: 194291
>
> URL: http://llvm.org/viewvc/llvm-project?rev=194291&view=rev
> Log:
> Fix name in test.
>
> Modified:
>     cfe/trunk/test/Parser/cxx-template-decl.cpp
>
> Modified: cfe/trunk/test/Parser/cxx-template-decl.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/cxx-template-decl.cpp?rev=194291&r1=194290&r2=194291&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Parser/cxx-template-decl.cpp (original)
> +++ cfe/trunk/test/Parser/cxx-template-decl.cpp Fri Nov  8 17:06:10 2013
> @@ -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 {
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131108/f5a29bbb/attachment.html>


More information about the cfe-commits mailing list