[GIT] ppl/ppl(master): test01() and test03() always succeed.

Module: ppl/ppl Branch: master Commit: 694281b3a925b0b710e97c5cec77242962f17f37 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=694281b3a925b...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Apr 11 09:49:50 2010 +0200
test01() and test03() always succeed.
---
.../dropsomenonintegerpoints1.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Partially_Reduced_Product/dropsomenonintegerpoints1.cc b/tests/Partially_Reduced_Product/dropsomenonintegerpoints1.cc index 3b9cf0c..0988001 100644 --- a/tests/Partially_Reduced_Product/dropsomenonintegerpoints1.cc +++ b/tests/Partially_Reduced_Product/dropsomenonintegerpoints1.cc @@ -125,7 +125,7 @@ test03() { } // namespace
BEGIN_MAIN - DO_TEST_F8(test01); + DO_TEST(test01); DO_TEST(test02); - DO_TEST_F8(test03); + DO_TEST(test03); END_MAIN
participants (1)
-
Roberto Bagnara