* g++.dg/abi/empty10.C: Don't run on non-x86 targets.

From-SVN: r59529
This commit is contained in:
Mark Mitchell 2002-11-26 19:37:45 +00:00 committed by Mark Mitchell
parent 688f66887f
commit 6b5aa5d056
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -1,4 +1,4 @@
// { dg-do run }
// { dg-do run { target i?86-*-* } }
// { dg-options "-fabi-version=0 -w" }
struct E {};