summaryrefslogtreecommitdiff
path: root/lib/hwasan/hwasan_new_delete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hwasan/hwasan_new_delete.cpp')
-rw-r--r--lib/hwasan/hwasan_new_delete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hwasan/hwasan_new_delete.cpp b/lib/hwasan/hwasan_new_delete.cpp
index 4a9c79fe4..191c17e56 100644
--- a/lib/hwasan/hwasan_new_delete.cpp
+++ b/lib/hwasan/hwasan_new_delete.cpp
@@ -20,7 +20,7 @@
#include <stddef.h>
-using namespace __hwasan; // NOLINT
+using namespace __hwasan;
// Fake std::nothrow_t to avoid including <new>.
namespace std {