 
            Module: ppl/ppl Branch: master Commit: 0adb0e2766c1f07f21ddb85f02aab9f2f1523d08 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=0adb0e2766c1f...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Mon Apr 23 09:10:05 2012 +0200
test09() no longer overflows with 8-bit coefficients and assertions on.
---
tests/Powerset/simplifyusingcontext1.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Powerset/simplifyusingcontext1.cc b/tests/Powerset/simplifyusingcontext1.cc index 51a3eef..42e6715 100644 --- a/tests/Powerset/simplifyusingcontext1.cc +++ b/tests/Powerset/simplifyusingcontext1.cc @@ -455,5 +455,5 @@ BEGIN_MAIN DO_TEST(test06); DO_TEST(test07); DO_TEST(test08); - DO_TEST_F8A(test09); + DO_TEST(test09); END_MAIN