Message ID | alpine.DEB.2.21.1908161926260.8532@digraph.polyomino.org.uk |
---|---|
State | New |
Headers | show |
Series | Correct TEST_COMPAT conditions in totalorder compat tests [committed] | expand |
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 }