aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h
index dd7b3784b..e913a3f53 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -188,6 +188,7 @@ class Test
}
bool test_lt(const std::string& what, size_t produced, size_t expected);
+ bool test_lte(const std::string& what, size_t produced, size_t expected);
bool test_gte(const std::string& what, size_t produced, size_t expected);
template<typename T>