OSDN Git Service

Revert XFAIL removal.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / friend3.C
index 77aabd3..74d0e06 100644 (file)
@@ -7,7 +7,7 @@ class C
 {
   friend void f<>(double);
 
-  int i;
+  int i; // ERROR - private
 };