Skip to content

Commit

Permalink
Merge pull request #820 from kbevers/fix-ignored-gie-test-cases
Browse files Browse the repository at this point in the history
Don't reset errno when skipping tests.
  • Loading branch information
kbevers committed Feb 23, 2018
2 parents 5e6b1ce + ad4b6e1 commit 3aff3b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gie.c
Expand Up @@ -332,7 +332,6 @@ static int another_failure (void) {
static int another_skip (void) {
T.op_skip++;
T.total_skip++;
proj_errno_reset (T.P);
return 0;
}

Expand Down

0 comments on commit 3aff3b8

Please sign in to comment.