aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-12-31 06:53:38 -0500
committerJack Lloyd <[email protected]>2016-12-31 06:53:38 -0500
commitad508d9926e934347457af61db3fa6897feee441 (patch)
tree09ff1372deb5f7c2c320c5c5a595e05fa41970d5
parentff7999b1f19c9dec472210d7c928b4ca2769ef28 (diff)
Missing add
-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>