diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-08-31 14:13:52 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-08-31 14:13:52 +0000 |
commit | 96953b01c1ef1968ec9335580fb14dcf374754ee (patch) | |
tree | 11b0c2e9fa3f47ba41af416deeaae6c683b2968d /tests/mpfr-test.h | |
parent | 143a7680aeb4cb0de30ae917553c63873f61736d (diff) | |
download | mpfr-96953b01c1ef1968ec9335580fb14dcf374754ee.tar.gz |
removed TEST_FLAGS stuff
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13095 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpfr-test.h')
-rw-r--r-- | tests/mpfr-test.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h index c11c26aa8..6b55cbcc6 100644 --- a/tests/mpfr-test.h +++ b/tests/mpfr-test.h @@ -37,9 +37,6 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., #include "mpfr-impl.h" -/* if TEST_FLAGS is 0, flags are not tested (debug use only) */ -#define TEST_FLAGS 1 - #define STRINGIZE(S) #S #define MAKE_STR(S) STRINGIZE(S) |