projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e6b13
)
formatting
author
khizmax
<libcds.dev@gmail.com>
Fri, 11 Dec 2015 05:53:32 +0000
(08:53 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Fri, 11 Dec 2015 05:53:32 +0000
(08:53 +0300)
tests/unit/map2/map_find_string.cpp
patch
|
blob
|
history
diff --git
a/tests/unit/map2/map_find_string.cpp
b/tests/unit/map2/map_find_string.cpp
index 9ed39bdf404ef951a8096fa7b13cf267bdde4a9a..cff793d1d4523357c27eba351209954bc0171ba1 100644
(file)
--- a/
tests/unit/map2/map_find_string.cpp
+++ b/
tests/unit/map2/map_find_string.cpp
@@
-22,7
+22,7
@@
namespace map2 {
nSize = 0;
for ( size_t i = 0; i < nSize && i < arrString.size(); ++i ) {
- bool bExists = CppUnitMini::Rand( 100 ) <= nPercent;
+
bool bExists = CppUnitMini::Rand( 100 ) <= nPercent;
m_Arr.push_back( { &arrString.at(i), bExists } );
if ( bExists )
++nSize;