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
 {