[GIT] ppl/ppl(master): Test 09 overflows when using 8-bit coefficients.
Module: ppl/ppl Branch: master Commit: fce6b4f6fe1ec900db28bbceada267707d48c1c7 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=fce6b4f6fe1ec... Author: Enea Zaffanella <zaffanella@cs.unipr.it> Date: Sat Feb 20 09:46:35 2010 +0100 Test 09 overflows when using 8-bit coefficients. --- tests/PIP_Problem/ascii_dump_load1.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/PIP_Problem/ascii_dump_load1.cc b/tests/PIP_Problem/ascii_dump_load1.cc index b8cc8b1..5bc8041 100644 --- a/tests/PIP_Problem/ascii_dump_load1.cc +++ b/tests/PIP_Problem/ascii_dump_load1.cc @@ -287,5 +287,5 @@ BEGIN_MAIN DO_TEST(test06); DO_TEST(test07); DO_TEST(test08); - DO_TEST(test09); + DO_TEST_F8(test09); END_MAIN
participants (1)
-
Enea Zaffanella