[GIT] ppl/ppl(master): String fixed.

Module: ppl/ppl Branch: master Commit: c42d3a7aeede91a6afe160f4f71c61f739d883c1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c42d3a7aeede9...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Mar 11 18:18:30 2012 +0100
String fixed.
---
tests/Polyhedron/generalizedaffineimage2.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Polyhedron/generalizedaffineimage2.cc b/tests/Polyhedron/generalizedaffineimage2.cc index 730e716..1f04d5f 100644 --- a/tests/Polyhedron/generalizedaffineimage2.cc +++ b/tests/Polyhedron/generalizedaffineimage2.cc @@ -240,7 +240,7 @@ test08() { print_constraints(ph, "*** after ph.generalized_affine_image" "(B, GREATER_THAN, A + B + 1) ***"); print_generators(ph, "*** after ph.generalized_affine_image" - "(B, PPLGT, A + B + 1) ***"); + "(B, GREATER_THAN, A + B + 1) ***");
return ok; }
participants (1)
-
Roberto Bagnara