Source
847
847
#ifdef DEBUG
848
848
dump_string(test_string);
849
849
#endif /* DEBUG */
850
850
}
851
851
852
852
/* cleanup_unicode(void)
853
853
* Delete the file this test created.
854
854
*/
855
855
void cleanup_unicode(void)
856
856
{
857
-
remove(FILENAME);
857
+
HDremove(FILENAME);
858
858
}
859
859
860
860