diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2025-03-30 23:08:43 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2025-03-30 23:08:43 -0500 |
commit | cb9fa588ba8144fcdd52ba4b83d69d93fb18066f (patch) | |
tree | 214574ca68c1551ec76e7fbb9e0263793180231d /test/test_file.cpp | |
parent | 1d357adfa19725ee69fb267a363f1fd217b1272f (diff) |
Add hash map.
Diffstat (limited to 'test/test_file.cpp')
-rw-r--r-- | test/test_file.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_file.cpp b/test/test_file.cpp index c1ce4f1..878c740 100644 --- a/test/test_file.cpp +++ b/test/test_file.cpp @@ -25,8 +25,6 @@ #include <fcntl.h> #include <ftw.h> -// NOLINTBEGIN(readability-magic-numbers) - namespace fud { TEST(FudFile, Basic) @@ -169,5 +167,3 @@ TEST(FudBufferedFile, OpenReadWrite) } } // namespace fud - -// NOLINTEND(readability-magic-numbers) |