diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-07 00:00:43 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-07 00:00:43 +0100 |
commit | 636882316b5191931e144212d93665c10859ac95 (patch) | |
tree | 740f76daceee5bff223b790a4eb91f4e59c5be61 /asl/containers/hash_map_tests.cpp | |
parent | f0cccbe3285c039553e1fd8b5a5c7830d6087974 (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.cpp | 1 |
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; |