From cb9fa588ba8144fcdd52ba4b83d69d93fb18066f Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 30 Mar 2025 23:08:43 -0500 Subject: Add hash map. --- test/test_file.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/test_file.cpp') 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 #include -// NOLINTBEGIN(readability-magic-numbers) - namespace fud { TEST(FudFile, Basic) @@ -169,5 +167,3 @@ TEST(FudBufferedFile, OpenReadWrite) } } // namespace fud - -// NOLINTEND(readability-magic-numbers) -- cgit v1.2.3