summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/init19.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.other/init19.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.other/init19.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/init19.C b/gcc/testsuite/g++.old-deja/g++.other/init19.C
index bcbe82287d..15c160dad9 100644
--- a/gcc/testsuite/g++.old-deja/g++.other/init19.C
+++ b/gcc/testsuite/g++.old-deja/g++.other/init19.C
@@ -1,4 +1,5 @@
-// { dg-do run { xfail { { ! cxa_atexit } && { ! { mips-sgi-irix* *-*-solaris2* } } } } }
+// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
+// { dg-require-effective-target cxa_atexit }
#include <stdlib.h>
#define assert(x) do { if (! (x)) abort(); } while (0)