[PPL-devel] [GIT] ppl/ppl(master): test14() overflows with 16 bit integers and assertions turned off.

Enea Zaffanella zaffanella at cs.unipr.it
Thu Apr 19 18:43:00 CEST 2012


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Thu Apr 19 18:41:32 2012 +0200

test14() overflows with 16 bit integers and assertions turned off.

---

 tests/Grid/wrap1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Grid/wrap1.cc b/tests/Grid/wrap1.cc
index d675c71..c826567 100644
--- a/tests/Grid/wrap1.cc
+++ b/tests/Grid/wrap1.cc
@@ -554,7 +554,7 @@ BEGIN_MAIN
   DO_TEST_F8(test11);
   DO_TEST_F8(test12);
   DO_TEST_F8(test13);
-  DO_TEST_F8(test14);
+  DO_TEST_F16(test14);
   DO_TEST_F8(test15);
   DO_TEST_F8(test16);
   DO_TEST_F8(test17);




More information about the PPL-devel mailing list