Commit d75c89dc by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent 4dfc2930
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> 2000-02-25 Geoff Keating <geoffk@cygnus.com>
* compile/20000224-1.c: New test. * compile/20000224-1.c: New test.
......
...@@ -20,7 +20,7 @@ int test (void) ...@@ -20,7 +20,7 @@ int test (void)
int main() int main()
{ {
if (test ()) if (test () != 1)
abort (); abort ();
exit (0); 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