* gcc.c-torture/execute/20000503-1.c: Fix typo.
From-SVN: r33695
This commit is contained in:
parent
83f1c55d95
commit
beaf61f5d3
@ -1,3 +1,7 @@
|
||||
2000-05-04 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* gcc.c-torture/execute/20000503-1.c: Fix typo.
|
||||
|
||||
2000-05-04 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* gcc.c-torture/compile/20000504-1.c: New test. Derived from
|
||||
|
@ -6,7 +6,7 @@ sub (int a)
|
||||
|
||||
main ()
|
||||
{
|
||||
if (sub1 (0) != 0)
|
||||
if (sub (0) != 0)
|
||||
abort ();
|
||||
|
||||
exit (0);
|
||||
|
Loading…
Reference in New Issue
Block a user