summaryrefslogtreecommitdiff
path: root/asl/containers/hash_map_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/containers/hash_map_tests.cpp')
-rw-r--r--asl/containers/hash_map_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/containers/hash_map_tests.cpp b/asl/containers/hash_map_tests.cpp
index 9652e2f..fe8a284 100644
--- a/asl/containers/hash_map_tests.cpp
+++ b/asl/containers/hash_map_tests.cpp
@@ -5,6 +5,7 @@
#include "asl/testing/testing.hpp"
#include "asl/containers/hash_map.hpp"
+// NOLINTNEXTLINE(*-complexity)
ASL_TEST(default)
{
asl::hash_map<int, int> map;