diff options
Diffstat (limited to 'gnulib-tests/test-xvasprintf.c')
-rw-r--r-- | gnulib-tests/test-xvasprintf.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnulib-tests/test-xvasprintf.c b/gnulib-tests/test-xvasprintf.c index 985fe2e..922f4ce 100644 --- a/gnulib-tests/test-xvasprintf.c +++ b/gnulib-tests/test-xvasprintf.c @@ -1,5 +1,5 @@ /* Test of xvasprintf() and xasprintf() functions. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,6 @@ #include <stdlib.h> #include <string.h> -#include "progname.h" #include "macros.h" static char * @@ -129,8 +128,6 @@ test_xasprintf (void) int main (int argc _GL_UNUSED, char *argv[]) { - set_program_name (argv[0]); - test_xvasprintf (); test_xasprintf (); |