[PPL-devel] [GIT] ppl/ppl(master): test03() fails also with 16-bit coefficients when assertions are enabled.

Roberto Bagnara bagnara at cs.unipr.it
Wed May 6 16:06:54 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 41aeb3ccffeba265b3b0458070936d5eab562ace
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=41aeb3ccffeba265b3b0458070936d5eab562ace

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Wed May  6 16:06:29 2009 +0200

test03() fails also with 16-bit coefficients when assertions are enabled.

---

 tests/Polyhedron/wrap1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Polyhedron/wrap1.cc b/tests/Polyhedron/wrap1.cc
index d1c9516..97beb08 100644
--- a/tests/Polyhedron/wrap1.cc
+++ b/tests/Polyhedron/wrap1.cc
@@ -436,7 +436,7 @@ test14() {
 BEGIN_MAIN
   DO_TEST_F16(test01);
   DO_TEST_F16(test02);
-  DO_TEST_F8(test03);
+  DO_TEST_F16A(test03);
   DO_TEST_F8(test04);
   DO_TEST_F16(test05);
   DO_TEST_F16(test06);




More information about the PPL-devel mailing list