
Module: ppl/ppl Branch: devel Commit: 87cfb3609b8cf0eaa9bd6a099550d33e373d9449 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=87cfb3609b8cf...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Sun Aug 9 19:51:47 2020 +0200
Typo fixed.
---
tests/Polyhedron/mapspacedims1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Polyhedron/mapspacedims1.cc b/tests/Polyhedron/mapspacedims1.cc index f2bbd2399..0dd2a8be8 100644 --- a/tests/Polyhedron/mapspacedims1.cc +++ b/tests/Polyhedron/mapspacedims1.cc @@ -326,7 +326,7 @@ BEGIN_MAIN DO_TEST(test03); DO_TEST(test04); DO_TEST(test05); - DO_TEST(test07); + DO_TEST(test06); // test07() only fails when using C_Polyhedron and 8 bit coefficients. #ifdef DERIVED_TEST DO_TEST(test07);