Skip to content

Commit

Permalink
trigger--
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jul 10, 2023
1 parent a4f39fe commit a1bd03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -16861,7 +16861,7 @@ test_Version(void)
const char *str = NULL;

void *sanitize_leak_pointer = calloc(1, 1);
testCond(sanitize_leak_pointer != NULL);
testCond(sanitize_leak_pointer != NULL);
test("Compatibility: ");
testCond(nats_CheckCompatibility() == true);

Expand Down

0 comments on commit a1bd03e

Please sign in to comment.