isl_test.c: test_list: do not consider internal failure as incorrect result
commit27621698bcedfcd532526bb360e53cb9c1c4cd32
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 27 Sep 2017 11:41:28 +0000 (27 13:41 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 27 Sep 2017 11:42:53 +0000 (27 13:42 +0200)
treeb7c45915e0604020dd369fa2b3b122eda01445cb
parentb08bd1c73b8390dfea92b25f99039e136e3b11e2
isl_test.c: test_list: do not consider internal failure as incorrect result

In particular, there are two ways for a test to fail,
either the computation of the result failed or the wrong result was computed.
In the second case, an error message is printed, but there is
no need to so in the first case as some error message should have
already been printed at the point where the computation failed.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_test.c