mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 07:00:29 +08:00
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:
parent
a114b45547
commit
5f4b73288d
@ -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.
|
||||
|
@ -223,4 +223,6 @@ int main () {
|
||||
chk (!&wf12);
|
||||
chk (!&wf13);
|
||||
chk (!&Wf14a);
|
||||
|
||||
exit (0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user