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

Module: ppl/ppl Branch: master Commit: 359b3a83e66edcfffb77c714e921fdfc217dee0b URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=359b3a83e66ed...
Author: Roberto Bagnara bagnara@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);
participants (1)
-
Roberto Bagnara