[GIT] ppl/ppl(master): The test fails also with 32 bit coefficients.
Module: ppl/ppl Branch: master Commit: 4496b18b54f3d42984d3103dfe5887946d6d5084 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4496b18b54f3d... Author: Abramo Bagnara <abramo.bagnara@gmail.com> Date: Fri May 15 20:48:56 2009 +0200 The test fails also with 32 bit coefficients. --- tests/Box/propagateconstraints2.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/Box/propagateconstraints2.cc b/tests/Box/propagateconstraints2.cc index 1d94841..14978bd 100644 --- a/tests/Box/propagateconstraints2.cc +++ b/tests/Box/propagateconstraints2.cc @@ -443,7 +443,7 @@ bool test03() { } BEGIN_MAIN - DO_TEST_F16(test01); + DO_TEST_F32(test01); DO_TEST_F8(test02); DO_TEST_F8(test03); END_MAIN
participants (1)
-
Abramo Bagnara