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

Roberto Bagnara bagnara at cs.unipr.it
Sun Apr 11 09:50:14 CEST 2010


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

Author: Roberto Bagnara <bagnara at 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




More information about the PPL-devel mailing list