[PPL-devel] [GIT] ppl/ppl(master): These tests fail also with 32-bit coefficients.

Roberto Bagnara bagnara at cs.unipr.it
Mon Jul 13 06:48:31 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Jul 13 06:47:50 2009 +0200

These tests fail also with 32-bit coefficients.

---

 tests/Polyhedron/weightwatch1.cc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/Polyhedron/weightwatch1.cc b/tests/Polyhedron/weightwatch1.cc
index 9e7978b..aeffacb 100644
--- a/tests/Polyhedron/weightwatch1.cc
+++ b/tests/Polyhedron/weightwatch1.cc
@@ -236,7 +236,7 @@ bool test03() {
 } // namespace
 
 BEGIN_MAIN
-  DO_TEST_F16(test01);
-  DO_TEST_F16(test02);
-  DO_TEST_F16(test03);
+  DO_TEST_F32(test01);
+  DO_TEST_F32(test02);
+  DO_TEST_F32(test03);
 END_MAIN




More information about the PPL-devel mailing list