[GIT] ppl/ppl(master): Test 08 may does not overflow when using exact Octagonal_Shapes.

Module: ppl/ppl Branch: master Commit: ca5d011c79c78ba930ff60dd63b472f287646108 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ca5d011c79c78...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Thu Mar 18 12:06:43 2010 +0100
Test 08 may does not overflow when using exact Octagonal_Shapes.
---
tests/Octagonal_Shape/frequency1.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Octagonal_Shape/frequency1.cc b/tests/Octagonal_Shape/frequency1.cc index 0a2d2aa..8184a0c 100644 --- a/tests/Octagonal_Shape/frequency1.cc +++ b/tests/Octagonal_Shape/frequency1.cc @@ -301,7 +301,7 @@ BEGIN_MAIN DO_TEST(test05); DO_TEST(test06); DO_TEST(test07); - DO_TEST_F64_MAY_OVERFLOW_IF_INEXACT(test08, TOctagonal_Shape); + DO_TEST_MAY_OVERFLOW_IF_INEXACT(test08, TOctagonal_Shape); DO_TEST(test09); DO_TEST(test10); DO_TEST(test11);
participants (1)
-
Enea Zaffanella