Commit 5f4b7328 by Alexandre Oliva Committed by Alexandre Oliva

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
parent a114b455
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.
......@@ -223,4 +223,6 @@ int main () {
chk (!&wf12);
chk (!&wf13);
chk (!&Wf14a);
exit (0);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment