diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2005-11-10 20:44:02 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2005-11-10 20:44:02 +0000 |
commit | 5f4b73288dd35d516ff8a3b2b5ba19715beaaace (patch) | |
tree | f6b8420b18053e75129f57a65b4ff6934df05a1e /gcc/testsuite/gcc.dg | |
parent | a114b4554754a058d8e686b7ee41423ef35b3dcb (diff) | |
download | gcc-5f4b73288dd35d516ff8a3b2b5ba19715beaaace.zip gcc-5f4b73288dd35d516ff8a3b2b5ba19715beaaace.tar.gz gcc-5f4b73288dd35d516ff8a3b2b5ba19715beaaace.tar.bz2 |
attr-weakref-1.c: Add exit (0) to avoid spurious failures.
* gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious
failures.
From-SVN: r106750
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/attr-weakref-1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/attr-weakref-1.c b/gcc/testsuite/gcc.dg/attr-weakref-1.c index df58be9..317f519 100644 --- a/gcc/testsuite/gcc.dg/attr-weakref-1.c +++ b/gcc/testsuite/gcc.dg/attr-weakref-1.c @@ -223,4 +223,6 @@ int main () { chk (!&wf12); chk (!&wf13); chk (!&Wf14a); + + exit (0); } |