[PPL-devel] [GIT] ppl/ppl(master): The test fails also with 32 bit coefficients.

Abramo Bagnara abramo.bagnara at gmail.com
Fri May 15 21:33:52 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 2fd53aaf53c5c90259a5acce36f68c0036f5651a
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2fd53aaf53c5c90259a5acce36f68c0036f5651a

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Fri May 15 21:32:37 2009 +0200

The test fails also with 32 bit coefficients.

---

 tests/BD_Shape/closure1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/BD_Shape/closure1.cc b/tests/BD_Shape/closure1.cc
index 655b95a..49d15ca 100644
--- a/tests/BD_Shape/closure1.cc
+++ b/tests/BD_Shape/closure1.cc
@@ -593,7 +593,7 @@ test03() {
 } // namespace
 
 BEGIN_MAIN
-  DO_TEST_F8(test01);
+  DO_TEST_F32(test01);
   DO_TEST_MAY_OVERFLOW_IF_INEXACT(test02, TBD_Shape);
   DO_TEST(test03);
 END_MAIN




More information about the PPL-devel mailing list