X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexam_hashmap.cpp;h=f168f700bae5002eae4c2e1fdc0cc6f67f577389;hb=c28e61da33905ddc69abf893aaffec98aa30d053;hp=c8540f3e49be5592d230f28f4585ff93c3d86d5b;hpb=1602530f716ba1d425a0667b897182b99c374823;p=ginac.git diff --git a/check/exam_hashmap.cpp b/check/exam_hashmap.cpp index c8540f3e..f168f700 100644 --- a/check/exam_hashmap.cpp +++ b/check/exam_hashmap.cpp @@ -3,7 +3,7 @@ * Regression tests for the exhashmap<> container. */ /* - * GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -210,7 +210,7 @@ unsigned exam_hashmap() } if (it->second != 0) { clog << "find() returned an incorrect value" << endl; - +result; + ++result; } M5.erase(it);