[PPL-devel] [GIT] ppl/ppl(floating_point): test06 fails with 8-bit coefficients.

Roberto Bagnara bagnara at cs.unipr.it
Tue Sep 7 17:56:45 CEST 2010


Module: ppl/ppl
Branch: floating_point
Commit: 359b3a83e66edcfffb77c714e921fdfc217dee0b
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=359b3a83e66edcfffb77c714e921fdfc217dee0b

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Sep  7 16:07:22 2010 +0200

test06 fails with 8-bit coefficients.

---

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

diff --git a/tests/PIP_Problem/pipproblem1.cc b/tests/PIP_Problem/pipproblem1.cc
index fc35a16..35f9720 100644
--- a/tests/PIP_Problem/pipproblem1.cc
+++ b/tests/PIP_Problem/pipproblem1.cc
@@ -788,7 +788,7 @@ BEGIN_MAIN
   DO_TEST(test03);
   DO_TEST(test04);
   DO_TEST_F8(test05);
-  DO_TEST(test06);
+  DO_TEST_F8(test06);
   DO_TEST_F8(test07);
   DO_TEST_F8(test08);
   DO_TEST_F8(test09);




More information about the PPL-devel mailing list