Commit 0f37c5c0 by Frank Ch. Eigler

* approved by rth

2002-09-10  Frank Ch. Eigler  <fche@redhat.com>

	* gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.

From-SVN: r57002
parent edf4d41e
......@@ -53,7 +53,7 @@ char *m (char *x) { abort (); }
char *s (char *v, char **pp)
{
if (strcmp (v, "a") != 0 || check++ > 1)
abort;
abort ();
*pp = v+1;
return 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