summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-02 15:05:20 +0000
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-02 15:05:20 +0000
commit9a34ded56d7329b423443955079327acf85c3896 (patch)
treeb19fa146e6eaaeb4048f2a4e2877cd6bf37306a8
parenteeef1c0d8281eaa452b5edf7223f23e90188f951 (diff)
downloadgcc-9a34ded56d7329b423443955079327acf85c3896.tar.gz
switch back to XFAIL
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22188 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.robertl/eb27.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C
index 1726146cf86..edba6cd4da0 100644
--- a/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C
+++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C
@@ -3,7 +3,7 @@
*/
/* (w) 4.9.97 by Kurt Garloff <K.Garloff@ping.de> */
// Special g++ Options:
-// crash test - XCRASH *-*-*
+// crash test - XFAIL *-*-*
// 8/28/1998 - This dies in add_conversions from dfs_walk, null CLASSTYPE_METHOD_VEC
// for the test<T> record_type. This is marked as an expected failure for now,
// until we actually fix it.