* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.

From-SVN: r103302
This commit is contained in:
Richard Earnshaw 2005-08-20 10:59:59 +00:00 committed by Richard Earnshaw
parent 2591db658c
commit 7ad7d1f055
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
2005-08-19 Diego Novillo <dnovillo@redhat.com>
PR 23476

View File

@ -266,4 +266,6 @@ int main () {
for (i = 0; i < 8; i++)
ieq (bytes[15 + i], (2 + i) * 0x10);
exit (0);
}