From b5d0f16c59332911bd6a4f7181273f29d90002d1 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 22 Feb 2016 12:18:23 -0800 Subject: [PATCH] Failing test for #45 --- test/test_math.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_math.c b/test/test_math.c index eb42087..bfc2301 100644 --- a/test/test_math.c +++ b/test/test_math.c @@ -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); }