]> granicus.if.org Git - clang/commitdiff
Missing test update from r184884.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 22:22:42 +0000 (22:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 25 Jun 2013 22:22:42 +0000 (22:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184885 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/temp/temp.decls/temp.friend/p5.cpp

index 4b899e4e52119702e518de6e888218f3079b96a8..77f071d52e67a0907a38954103587df6d0d23021 100644 (file)
@@ -96,7 +96,7 @@ namespace test4 {
 
 namespace test5 {
   template<template <class> class T> struct A {
-    template<template <class> class T> friend void A<T>::foo();
+    template<template <class> class U> friend void A<U>::foo();
   };
 
   template <class> struct B {};