commit | 56bea43ac127367e34a4732b20f4c8a4c6a5fe05 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Thu Aug 27 18:44:04 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Thu Aug 27 18:44:04 2009 +0000 |
tree | 35354735a2cbae2c1d67c7b0d550b0f3b867daa4 | |
parent | c5c54f2c7bbc000dbcaee5e0acec2dbb0c0f0cf8 [diff] [blame] |
Back out bad piece of r80272. Will look at fixing this a different way. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80273 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaTemplate/instantiate-friend-class.cpp b/test/SemaTemplate/instantiate-friend-class.cpp index 004bf1b..424419d 100644 --- a/test/SemaTemplate/instantiate-friend-class.cpp +++ b/test/SemaTemplate/instantiate-friend-class.cpp
@@ -1,4 +1,6 @@ // RUN: clang-cc -fsyntax-only -verify %s +// XFAIL +// PR4794 template <class T> class X {