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
This commit is contained in:
Alexandre Oliva 2005-11-10 20:44:02 +00:00 committed by Alexandre Oliva
parent a114b45547
commit 5f4b73288d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-11-10 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious
failures.
2005-11-10 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/sparc-getcontext-1.c: New test.

View File

@ -223,4 +223,6 @@ int main () {
chk (!&wf12);
chk (!&wf13);
chk (!&Wf14a);
exit (0);
}