summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tget_set_d128.c2
-rw-r--r--tests/tget_set_d64.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/tget_set_d128.c b/tests/tget_set_d128.c
index c42d57e96..ef9a939db 100644
--- a/tests/tget_set_d128.c
+++ b/tests/tget_set_d128.c
@@ -25,6 +25,8 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
# include "config.h"
#endif
+/* TODO: Also test non-canonical encodings. */
+
#ifdef MPFR_WANT_DECIMAL_FLOATS
#include "mpfr-test.h"
diff --git a/tests/tget_set_d64.c b/tests/tget_set_d64.c
index 178384b98..2a369fd0a 100644
--- a/tests/tget_set_d64.c
+++ b/tests/tget_set_d64.c
@@ -25,6 +25,8 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
# include "config.h"
#endif
+/* TODO: Also test non-canonical encodings. */
+
#ifdef MPFR_WANT_DECIMAL_FLOATS
#include "mpfr-test.h"