From 4bf185281a775d0be05192c9eab8a794d9b1b2f8 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 7 Apr 2003 01:58:30 +0000 Subject: [PATCH] * tests/c-api/strings.c: add a note to the source about this code being unused. --- test-suite/tests/c-api/strings.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-suite/tests/c-api/strings.c b/test-suite/tests/c-api/strings.c index 13cfcf0ef..68eb83e70 100644 --- a/test-suite/tests/c-api/strings.c +++ b/test-suite/tests/c-api/strings.c @@ -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 --- August 1999 */ -- 2.20.1