aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_rng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_rng.cpp')
-rw-r--r--src/tests/test_rng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_rng.cpp b/src/tests/test_rng.cpp
index 0ebc091e2..c905b09e3 100644
--- a/src/tests/test_rng.cpp
+++ b/src/tests/test_rng.cpp
@@ -105,7 +105,7 @@ class HMAC_DRBG_Unit_Tests : public Test
class Request_Counting_RNG : public Botan::RandomNumberGenerator
{
public:
- Request_Counting_RNG() : m_randomize_count(0) {};
+ Request_Counting_RNG() : m_randomize_count(0) {}
bool is_seeded() const override { return true; }