OSDN Git Service

* gcc.c-torture/execute/20000503-1.c: Fix typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 May 2000 02:05:56 +0000 (02:05 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 May 2000 02:05:56 +0000 (02:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33695 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20000503-1.c

index c7ea05d..0ba575f 100644 (file)
@@ -1,5 +1,9 @@
 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
        OpenSSL by Jason R Thorpe.
 
index d788286..bbf3262 100644 (file)
@@ -6,7 +6,7 @@ sub (int a)
 
 main ()
 {
-  if (sub1 (0) != 0)
+  if (sub (0) != 0)
     abort ();
 
   exit (0);