* gcc.c-torture/execute/20000503-1.c: Fix typo.

From-SVN: r33695
This commit is contained in:
Richard Henderson 2000-05-04 19:05:56 -07:00 committed by Richard Henderson
parent 83f1c55d95
commit beaf61f5d3
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -6,7 +6,7 @@ sub (int a)
main ()
{
if (sub1 (0) != 0)
if (sub (0) != 0)
abort ();
exit (0);