diff options
Diffstat (limited to 'test/plist_cmp.c')
| -rw-r--r-- | test/plist_cmp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/plist_cmp.c b/test/plist_cmp.c index a07452b..c854446 100644 --- a/test/plist_cmp.c +++ b/test/plist_cmp.c | |||
| @@ -139,12 +139,10 @@ int main(int argc, char *argv[]) | |||
| 139 | printf("PList parsing failed\n"); | 139 | printf("PList parsing failed\n"); |
| 140 | return 3; | 140 | return 3; |
| 141 | } | 141 | } |
| 142 | else | ||
| 143 | printf("PList parsing succeeded\n"); | ||
| 144 | 142 | ||
| 143 | printf("PList parsing succeeded\n"); | ||
| 145 | res = compare_plist(root_node1, root_node2); | 144 | res = compare_plist(root_node1, root_node2); |
| 146 | 145 | ||
| 147 | |||
| 148 | plist_free(root_node1); | 146 | plist_free(root_node1); |
| 149 | plist_free(root_node2); | 147 | plist_free(root_node2); |
| 150 | 148 | ||
