X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_hashmap.cpp;h=6f8450966eb61fb369490c01e3de2683eb89a8a7;hp=c8540f3e49be5592d230f28f4585ff93c3d86d5b;hb=e100f94d92d574ea89a817eca8c58c5eb3418821;hpb=1602530f716ba1d425a0667b897182b99c374823 diff --git a/check/exam_hashmap.cpp b/check/exam_hashmap.cpp index c8540f3e..6f845096 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-2015 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);