diff options
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r-- | src/tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index 7d168be72..733e948ea 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -230,6 +230,8 @@ class Test bool test_ne(const std::string& what, size_t produced, size_t expected); + bool test_ne(const std::string& what, const std::string& str1, const std::string& str2); + #if defined(BOTAN_HAS_BIGINT) bool test_eq(const std::string& what, const BigInt& produced, const BigInt& expected); bool test_ne(const std::string& what, const BigInt& produced, const BigInt& expected); |