diff options
Diffstat (limited to 'gl/tests/test-ino-map.c')
-rw-r--r-- | gl/tests/test-ino-map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gl/tests/test-ino-map.c b/gl/tests/test-ino-map.c index 2b44602e2..aa7334afa 100644 --- a/gl/tests/test-ino-map.c +++ b/gl/tests/test-ino-map.c @@ -39,7 +39,6 @@ int main () { - /* set_program_name (argv[0]); placate overzealous "syntax-check" test. */ enum { INO_MAP_INIT = 123 }; struct ino_map *ino_map = ino_map_alloc (INO_MAP_INIT); ASSERT (ino_map != NULL); |