20000224-1.c (main): Expected return-value is 1, not zero.
* execute/20000224-1.c (main): Expected return-value is 1, not zero. From-SVN: r32358
This commit is contained in:
parent
4dfc2930e4
commit
d75c89dc2a
@ -1,3 +1,8 @@
|
||||
Sun Mar 5 23:25:12 2000 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* execute/20000224-1.c (main): Expected return-value is 1, not
|
||||
zero.
|
||||
|
||||
2000-02-25 Geoff Keating <geoffk@cygnus.com>
|
||||
|
||||
* compile/20000224-1.c: New test.
|
||||
|
@ -20,7 +20,7 @@ int test (void)
|
||||
|
||||
int main()
|
||||
{
|
||||
if (test ())
|
||||
if (test () != 1)
|
||||
abort ();
|
||||
|
||||
exit (0);
|
||||
|
Loading…
Reference in New Issue
Block a user