diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2015-10-29 12:29:44 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2015-10-29 12:29:44 +0000 |
commit | b9028a17d0ab8d523f44f771e18f67f14d8effb7 (patch) | |
tree | 9cfa2a6a1513da3b7e7bd2f0e5af3a882bb21d7e /tests/tabort_defalloc1.c | |
parent | a32fcfd5927d45929a27bd91348765e296b2b55e (diff) | |
download | mpfr-b9028a17d0ab8d523f44f771e18f67f14d8effb7.tar.gz |
more tests do work with mini-gmp (from GMP 6.1.0-rc1)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9708 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tabort_defalloc1.c')
-rw-r--r-- | tests/tabort_defalloc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tabort_defalloc1.c b/tests/tabort_defalloc1.c index bac387615..2b395643e 100644 --- a/tests/tabort_defalloc1.c +++ b/tests/tabort_defalloc1.c @@ -30,7 +30,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., * the error before GMP can do the abort. */ -#if !defined(MPFR_USE_MINI_GMP) && !defined(__SANITIZE_ADDRESS__) +#if !defined(__SANITIZE_ADDRESS__) int main (int argc, char **argv) |