
Module: ppl/ppl Branch: master Commit: fa59cbeb2a6dd1f47f7ac9f6023cb4209dac1be1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fa59cbeb2a6dd...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Wed Feb 16 09:14:24 2011 +0100
test06 no longer overflows when using 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 98ea9b0..0497da5 100644 --- a/tests/PIP_Problem/pipproblem1.cc +++ b/tests/PIP_Problem/pipproblem1.cc @@ -789,7 +789,7 @@ BEGIN_MAIN DO_TEST(test03); DO_TEST(test04); DO_TEST_F8(test05); - DO_TEST_F8(test06); + DO_TEST(test06); DO_TEST_F8(test07); DO_TEST_F8(test08); DO_TEST_F8(test09);