]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/_info
grab_file: don't use str_talloc for tests.
[ccan] / ccan / grab_file / _info
index 83d911fe7fb27d984e659ea4f7d38bcbfc592c13..1db4c2956f99d7b164673ad08598028b926f7c80 100644 (file)
@@ -35,7 +35,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (2 or any later version)
+ * License: LGPL (v2.1 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -44,7 +44,6 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("ccan/str_talloc\n"); /* Needed for tests. */
                printf("ccan/talloc\n");
                printf("ccan/noerr\n");
                return 0;