[PPL-devel] [GIT] ppl/ppl(master): test19() must fail with 8-bit coefficients.

Roberto Bagnara bagnara at cs.unipr.it
Sat May 16 08:57:28 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sat May 16 08:57:00 2009 +0200

test19() must fail with 8-bit coefficients.

---

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

diff --git a/tests/Polyhedron/wrap1.cc b/tests/Polyhedron/wrap1.cc
index cc622ba..3695a97 100644
--- a/tests/Polyhedron/wrap1.cc
+++ b/tests/Polyhedron/wrap1.cc
@@ -587,5 +587,5 @@ BEGIN_MAIN
   DO_TEST(test16);
   DO_TEST(test17);
   DO_TEST(test18);
-  DO_TEST(test19);
+  DO_TEST_F8(test19);
 END_MAIN




More information about the PPL-devel mailing list