r184885 - Missing test update from r184884.

Richard Smith richard-llvm at metafoo.co.uk
Tue Jun 25 15:22:42 PDT 2013


Author: rsmith
Date: Tue Jun 25 17:22:42 2013
New Revision: 184885

URL: http://llvm.org/viewvc/llvm-project?rev=184885&view=rev
Log:
Missing test update from r184884.

Modified:
    cfe/trunk/test/CXX/temp/temp.decls/temp.friend/p5.cpp

Modified: cfe/trunk/test/CXX/temp/temp.decls/temp.friend/p5.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/temp/temp.decls/temp.friend/p5.cpp?rev=184885&r1=184884&r2=184885&view=diff
==============================================================================
--- cfe/trunk/test/CXX/temp/temp.decls/temp.friend/p5.cpp (original)
+++ cfe/trunk/test/CXX/temp/temp.decls/temp.friend/p5.cpp Tue Jun 25 17:22:42 2013
@@ -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 {};





More information about the cfe-commits mailing list