diff test/float.c @ 472:834b5792bc5f

*** empty log message ***
author kono
date Tue, 08 Nov 2005 12:14:44 +0900
parents cfa4db8b18a5
children f8ba383dbc39
line wrap: on
line diff
--- a/test/float.c	Tue Nov 08 12:11:17 2005 +0900
+++ b/test/float.c	Tue Nov 08 12:14:44 2005 +0900
@@ -1,6 +1,6 @@
 #include "stdio.h"
 
-void test1();
+void test8();
 void print(double d);
 
 extern double sin(double);
@@ -153,7 +153,7 @@
    print(1.234e10);
    print(1.234e-10);
 
-   test1();
+   test8();
    printf("#0118:nested call: %g\n",test9(test9(test9(test9(-0.333,3),5),6),7));
    return 0;
 }
@@ -188,7 +188,7 @@
 }
 
 void
-test1()
+test8()
 {
     float f;
     float f1;