diff options
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) |