summaryrefslogtreecommitdiff
path: root/lib/asan/asan_poisoning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asan/asan_poisoning.cpp')
-rw-r--r--lib/asan/asan_poisoning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_poisoning.cpp b/lib/asan/asan_poisoning.cpp
index 6b36be7d1..f3fbe684e 100644
--- a/lib/asan/asan_poisoning.cpp
+++ b/lib/asan/asan_poisoning.cpp
@@ -92,7 +92,7 @@ void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) {
} // namespace __asan
// ---------------------- Interface ---------------- {{{1
-using namespace __asan; // NOLINT
+using namespace __asan;
// Current implementation of __asan_(un)poison_memory_region doesn't check
// that user program (un)poisons the memory it owns. It poisons memory