Skip to content

Commit

Permalink
debug version/tag test, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jul 11, 2023
1 parent 870cd49 commit 33ad3a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -16890,7 +16890,8 @@ test_VersionMatchesTag(void)
return;
}

test(test_name); // We expect a tag of the form vX.Y.Z. If that's not the case,
test(test_name);
// We expect a tag of the form vX.Y.Z. If that's not the case,
// we need someone to have a look. So fail if first letter is not
// a `v`
if (tag[0] != 'v')
Expand Down

0 comments on commit 33ad3a8

Please sign in to comment.