]> sjero.net Git - wget/blobdiff - src/test.c
[svn] Removed C++ style comments from http.c and test.c, as we support C89 compilers...
[wget] / src / test.c
index a124eeaa27e522ac21ba95ca8188d1266b39a886..5f547d8411cb935c73fdd2b8bd65a8820dfb899d 100644 (file)
@@ -37,12 +37,12 @@ so, delete this exception statement from your version.  */
 
 int tests_run;
 
-// char *test_ccache();
+/* char *test_ccache(); */
 
 static char *
 all_tests()
 {
-  // mu_run_test (test_ccache);
+  /* mu_run_test (test_ccache); */
   
   return NULL;
 }