summaryrefslogtreecommitdiff
path: root/test/test_file.cpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-03-30 23:08:43 -0500
committerDominick Allen <djallen@librehumanitas.org>2025-03-30 23:08:43 -0500
commitcb9fa588ba8144fcdd52ba4b83d69d93fb18066f (patch)
tree214574ca68c1551ec76e7fbb9e0263793180231d /test/test_file.cpp
parent1d357adfa19725ee69fb267a363f1fd217b1272f (diff)
Add hash map.
Diffstat (limited to 'test/test_file.cpp')
-rw-r--r--test/test_file.cpp4
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)