diff options
author | Wilco Dijkstra <Wilco.Dijkstra@arm.com> | 2019-07-16 10:39:56 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-10-21 08:47:07 -0300 |
commit | 55d530114ef3513eb8588e31e3850f04ac608077 (patch) | |
tree | 187503865e68743e43207189be3d4849bfb66ded /math/test-math-inline.h | |
parent | 7bdb921d70bf9f93948e2e311fef9ef439314e41 (diff) | |
download | glibc-55d530114ef3513eb8588e31e3850f04ac608077.tar.gz glibc-55d530114ef3513eb8588e31e3850f04ac608077.tar.xz glibc-55d530114ef3513eb8588e31e3850f04ac608077.zip |
Remove finite-math tests
Remove the finite-math tests from the testsuite - these are no longer useful after removing math-finite.h header. Passes buildmanyglibc, build&test on x86_64 and AArch64. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'math/test-math-inline.h')
-rw-r--r-- | math/test-math-inline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/test-math-inline.h b/math/test-math-inline.h index 367f3a4100..684645238f 100644 --- a/math/test-math-inline.h +++ b/math/test-math-inline.h @@ -17,7 +17,6 @@ <https://www.gnu.org/licenses/>. */ #define TEST_INLINE 1 -#define TEST_FINITE 0 #define TEST_ERRNO 0 #define TEST_EXCEPTIONS 0 |