summaryrefslogtreecommitdiff
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c
index df597b84a..fd62540ca 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -1032,6 +1032,9 @@ bad_cases (int (*fct)(FLIST), int (*inv)(FLIST), const char *name,
{
if (dbg)
printf ("bad_cases: exact case\n");
+ /* TODO: Exact cases are not tested yet. This needs a change
+ in test5rm. Moreover, one should also test the value just
+ below and the value just above the exact case. */
goto next_i;
}
if (dbg)