1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* tests/c-api/strings.c: add a note to the source about this code

being unused.
This commit is contained in:
Rob Browning 2003-04-07 01:58:30 +00:00
parent 69d49ac86f
commit 4bf185281a

View file

@ -1,3 +1,7 @@
/* NOTE: this code was never being run. The same tests have been
migrated to standalone/test-gh.c */
/* strings.c --- test the Guile C API's string handling functions
Jim Blandy <jimb@red-bean.com> --- August 1999 */