[GIT] ppl/ppl(ppl-0_11-branch): test06 no longer overflows when using 8-bit coefficients.

Module: ppl/ppl Branch: ppl-0_11-branch Commit: 17f593d69c2b8f2da0609d96afae9ec52f78153c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=17f593d69c2b8...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Wed Feb 16 09:41:05 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);
participants (1)
-
Enea Zaffanella