Skip to content

Commit

Permalink
Failing test for #45
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Feb 22, 2016
1 parent 6d6ec84 commit b5d0f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_math.c
Expand Up @@ -12,4 +12,6 @@ int main() {
APPROX double b = cos(a);

double c = cos(a); // expected-error {{precision flow violation}}

APPROX double d = sin(a);
}

0 comments on commit b5d0f16

Please sign in to comment.