Commit 7ad7d1f0 by Richard Earnshaw Committed by Richard Earnshaw

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

From-SVN: r103302
parent 2591db65
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
......
......@@ -266,4 +266,6 @@ int main () {
for (i = 0; i < 8; i++)
ieq (bytes[15 + i], (2 + i) * 0x10);
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