Skip to content

Commit

Permalink
Enable partial array test for non-strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickpastore committed May 25, 2020
1 parent 3391c19 commit cedd377
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ int test_partial_string(void) {
}

int test_partial_array(void) {
#ifdef JSMN_STRICT
int r;
unsigned long i;
jsmn_parser p;
Expand All @@ -144,7 +143,6 @@ int test_partial_array(void) {
check(r == JSMN_ERROR_PART);
}
}
#endif
return 0;
}

Expand Down

0 comments on commit cedd377

Please sign in to comment.