diff options
Diffstat (limited to 'tests/test.hpp')
-rw-r--r-- | tests/test.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.hpp b/tests/test.hpp index af3c63b..023c452 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -42,6 +42,7 @@ struct test_runner test_runner* _next;
static test_runner* _tests;
+ static size_t _memory_fail_threshold;
};
struct dummy_fixture {};
|