summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lsan/lsan.cpp')
-rw-r--r--lib/lsan/lsan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsan/lsan.cpp b/lib/lsan/lsan.cpp
index 5b5f6198a..deabf044a 100644
--- a/lib/lsan/lsan.cpp
+++ b/lib/lsan/lsan.cpp
@@ -50,7 +50,7 @@ void __sanitizer::BufferedStackTrace::UnwindImpl(
}
}
-using namespace __lsan; // NOLINT
+using namespace __lsan;
static void InitializeFlags() {
// Set all the default values.