summaryrefslogtreecommitdiff
path: root/asl/containers/hash_map_tests.cpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-07 00:00:43 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-03-07 00:00:43 +0100
commit636882316b5191931e144212d93665c10859ac95 (patch)
tree740f76daceee5bff223b790a4eb91f4e59c5be61 /asl/containers/hash_map_tests.cpp
parentf0cccbe3285c039553e1fd8b5a5c7830d6087974 (diff)
Some work on clang-tidy-ing things up
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;