summaryrefslogtreecommitdiffstats
path: root/lib/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/test_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c
index e878abd..e6623d1 100644
--- a/lib/tests/test_opts.c
+++ b/lib/tests/test_opts.c
@@ -145,7 +145,7 @@ main (int argc, char **argv)
145 ok(array_diff(argc_test, argv_test, 7, argv_known), "twice extra opts using two sections"); 145 ok(array_diff(argc_test, argv_test, 7, argv_known), "twice extra opts using two sections");
146 my_free(&argc_test,argv_test); 146 my_free(&argc_test,argv_test);
147 147
148 /* Next three checks dre expected to die. They are commented out as they 148 /* Next three checks are expected to die. They are commented out as they
149 * could possibly go in a sepatare test checked for return value. 149 * could possibly go in a sepatare test checked for return value.
150 */ 150 */
151 /* argv_test=(char **)malloc(6*sizeof(char **)); 151 /* argv_test=(char **)malloc(6*sizeof(char **));