summaryrefslogtreecommitdiff
path: root/test/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.h')
-rw-r--r--test/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils.h b/test/utils.h
index e49534e..5951550 100644
--- a/test/utils.h
+++ b/test/utils.h
@@ -24,7 +24,7 @@ inline std::string diff(const T& test, const T& expected, std::string (*toString
typename T::const_iterator end2 = expected.end();
bool r1, r2;
std::string s1, s2;
- size_t i = 0;
+ std::size_t i = 0;
do {
r1 = iter1 != end1;
r2 = iter2 != end2;