diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test-compat_totalorder.inc | 2 | ||||
-rw-r--r-- | math/libm-test-compat_totalordermag.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/libm-test-compat_totalorder.inc b/math/libm-test-compat_totalorder.inc index 7ad87342fd..313e9475c9 100644 --- a/math/libm-test-compat_totalorder.inc +++ b/math/libm-test-compat_totalorder.inc @@ -44,7 +44,7 @@ compat_totalorder_test (void) static void do_test (void) { -#if TEST_COMPAT (libm, GLIBC_2_25, GLIBC_2_31) +#if TEST_COMPAT (libm, COMPAT_VER, GLIBC_2_31) compat_totalorder_test (); #endif } diff --git a/math/libm-test-compat_totalordermag.inc b/math/libm-test-compat_totalordermag.inc index 1f82946fbf..5cbe8797a3 100644 --- a/math/libm-test-compat_totalordermag.inc +++ b/math/libm-test-compat_totalordermag.inc @@ -44,7 +44,7 @@ compat_totalordermag_test (void) static void do_test (void) { -#if TEST_COMPAT (libm, GLIBC_2_25, GLIBC_2_31) +#if TEST_COMPAT (libm, COMPAT_VER, GLIBC_2_31) compat_totalordermag_test (); #endif } |