[PPL-devel] [GIT] ppl/ppl(master): test02() and test09() fail also with 16-bit coefficients.

Roberto Bagnara bagnara at cs.unipr.it
Mon May 4 23:14:38 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon May  4 23:12:27 2009 +0200

test02() and test09() fail also with 16-bit coefficients.

---

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

diff --git a/tests/Polyhedron/wrap1.cc b/tests/Polyhedron/wrap1.cc
index d0d0892..7114e88 100644
--- a/tests/Polyhedron/wrap1.cc
+++ b/tests/Polyhedron/wrap1.cc
@@ -435,14 +435,14 @@ test14() {
 
 BEGIN_MAIN
   DO_TEST_F16(test01);
-  DO_TEST_F8(test02);
+  DO_TEST_F16(test02);
   DO_TEST_F8(test03);
   DO_TEST_F8(test04);
   DO_TEST_F16(test05);
   DO_TEST_F16(test06);
   DO_TEST_F16(test07);
   DO_TEST_F8(test08);
-  DO_TEST_F8(test09);
+  DO_TEST_F16(test09);
   DO_TEST_F16(test10);
   DO_TEST_F8(test11);
   DO_TEST_F8(test12);




More information about the PPL-devel mailing list