summaryrefslogtreecommitdiff
path: root/main/tests
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/test_oa_hash_map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_oa_hash_map.cpp b/main/tests/test_oa_hash_map.cpp
index deaba285cf..984a661aaa 100644
--- a/main/tests/test_oa_hash_map.cpp
+++ b/main/tests/test_oa_hash_map.cpp
@@ -95,7 +95,7 @@ MainLoop *test() {
// stress test / test for issue #22928
{
OAHashMap<int, int> map;
- int dummy;
+ int dummy = 0;
const int N = 1000;
uint32_t *keys = new uint32_t[N];