[GIT] ppl/ppl(master): test07() only fails if assertions are enabled.

Module: ppl/ppl Branch: master Commit: 02f325cfd0097877d6e5d8f5db768666ba733c9c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=02f325cfd0097...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue May 5 20:59:10 2009 +0200
test07() only fails if assertions are enabled.
---
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 7114e88..d1c9516 100644 --- a/tests/Polyhedron/wrap1.cc +++ b/tests/Polyhedron/wrap1.cc @@ -440,7 +440,7 @@ BEGIN_MAIN DO_TEST_F8(test04); DO_TEST_F16(test05); DO_TEST_F16(test06); - DO_TEST_F16(test07); + DO_TEST_F16A(test07); DO_TEST_F8(test08); DO_TEST_F16(test09); DO_TEST_F16(test10);
participants (1)
-
Roberto Bagnara