aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-11-02 09:29:10 -0400
committerJack Lloyd <[email protected]>2018-11-02 09:29:10 -0400
commit6c0b88066dd81deba23537e4d718291e9cfda7dd (patch)
tree2bd0d07890d916a60fe46d7e5f63d716764ed98a /src/tests/tests.h
parentc1b8bc6c01d457155b51cab165c29c290c6eef89 (diff)
Correct test
This was trying to test for issue in #1723 but was incorrect.
Diffstat (limited to 'src/tests/tests.h')
-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 2d23f19b5..ad666ff4c 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -303,6 +303,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_gt(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>