summaryrefslogtreecommitdiff
path: root/tests/tsin_cos.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsin_cos.c')
-rw-r--r--tests/tsin_cos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tsin_cos.c b/tests/tsin_cos.c
index 73791e6..ae1b1c8 100644
--- a/tests/tsin_cos.c
+++ b/tests/tsin_cos.c
@@ -207,8 +207,8 @@ enum {
SPECIAL_MZERO,
SPECIAL_PZERO,
SPECIAL_PINF,
- SPECIAL_COUNT,
-} special_case;
+ SPECIAL_COUNT
+};
static void
special_mpfr (mpfr_ptr x, int special)