attr-weakref-1.c: Add exit (0) to avoid spurious failures.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 10 Nov 2005 20:44:02 +0000 (20:44 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 10 Nov 2005 20:44:02 +0000 (20:44 +0000)
* gcc.dg/attr-weakref-1.c: Add exit (0) to avoid spurious
failures.

From-SVN: r106750

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/attr-weakref-1.c

index 7d3254f58b4959d9457b5cdc33038525d5987aa6..2a845c376da5fa30d88185500b7c93011267ee26 100644 (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.
index df58be96c1350079ce9bc57449554fc479039427..317f519f224f03369cfd72ca85183b2b403d6a25 100644 (file)
@@ -223,4 +223,6 @@ int main () {
   chk (!&wf12);
   chk (!&wf13);
   chk (!&Wf14a);
+
+  exit (0);
 }