Changeset 14202
- Timestamp:
- Sep 9, 2013, 12:40:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/tr-getopt-test.c
r14066 r14202 51 51 const char * argv[] = { "/some/path/tr-getopt-test" }; 52 52 int expected_n = 0; 53 int expected_c[] = { };54 const char * expected_optarg[] = { };53 int expected_c[] = { 0 }; 54 const char * expected_optarg[] = { NULL }; 55 55 return run_test (argc, argv, expected_n, expected_c, expected_optarg); 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.