diff options
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) |