[GIT] ppl/ppl(master): These tests fail also with 16-bit coefficients.

Module: ppl/ppl Branch: master Commit: acac3c72eafcd53bc48660d8340bfafe90376919 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=acac3c72eafcd...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Jul 12 21:21:04 2009 +0200
These tests fail also with 16-bit coefficients.
---
tests/Polyhedron/weightwatch1.cc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/Polyhedron/weightwatch1.cc b/tests/Polyhedron/weightwatch1.cc index 27e06ce..9e7978b 100644 --- a/tests/Polyhedron/weightwatch1.cc +++ b/tests/Polyhedron/weightwatch1.cc @@ -236,7 +236,7 @@ bool test03() { } // namespace
BEGIN_MAIN - DO_TEST_F8(test01); - DO_TEST_F8(test02); - DO_TEST_F8(test03); + DO_TEST_F16(test01); + DO_TEST_F16(test02); + DO_TEST_F16(test03); END_MAIN
participants (1)
-
Roberto Bagnara