summaryrefslogtreecommitdiff
path: root/test/904-object-allocation/tracking.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/904-object-allocation/tracking.cc')
-rw-r--r--test/904-object-allocation/tracking.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/904-object-allocation/tracking.cc b/test/904-object-allocation/tracking.cc
index 81d1b2cda9..9d2592a675 100644
--- a/test/904-object-allocation/tracking.cc
+++ b/test/904-object-allocation/tracking.cc
@@ -18,7 +18,7 @@
#include <cstdio>
#include <iostream>
-#include <mutex> // NOLINT [build/c++11] [5]
+#include <mutex>
#include <vector>
#include "android-base/logging.h"