* g++.dg/abi/empty10.C: Don't run on non-x86 targets.
authorMark Mitchell <mark@codesourcery.com>
Tue, 26 Nov 2002 19:37:45 +0000 (19:37 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 26 Nov 2002 19:37:45 +0000 (19:37 +0000)
From-SVN: r59529

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/empty10.C

index 70ada4e..86d7df3 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
+
 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
 
        * testsuite/g++.dg/abi/empty11.C: New test.
index 802e2c3..970afba 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run }
+// { dg-do run { target i?86-*-* } }
 // { dg-options "-fabi-version=0 -w" }
 
 struct E {};