summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test_base.h
diff options
context:
space:
mode:
author Igor Murashkin <iam@google.com> 2017-11-08 13:35:21 -0800
committer Igor Murashkin <iam@google.com> 2017-11-08 15:15:52 -0800
commit2ffb703bf431d74326c88266b4ddaf225eb3c6ad (patch)
tree0552c3c76a42b18f9e7460d501fb71a6dc2e7f33 /compiler/utils/assembler_test_base.h
parentc4b6f3116f15c8e4fdf2e4f604ababdee12d8923 (diff)
cpplint: Cleanup errors
Cleanup errors from upstream cpplint in preparation for moving art's cpplint fork to upstream tip-of-tree cpplint. Test: cd art && mm Bug: 68951293 Change-Id: I15faed4594cbcb8399850f8bdee39d42c0c5b956
Diffstat (limited to 'compiler/utils/assembler_test_base.h')
-rw-r--r--compiler/utils/assembler_test_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/assembler_test_base.h b/compiler/utils/assembler_test_base.h
index 2ef43bd79c..1482210ac4 100644
--- a/compiler/utils/assembler_test_base.h
+++ b/compiler/utils/assembler_test_base.h
@@ -37,7 +37,7 @@ static constexpr bool kKeepDisassembledFiles = false;
// Use a glocal static variable to keep the same name for all test data. Else we'll just spam the
// temp directory.
-static std::string tmpnam_;
+static std::string tmpnam_; // NOLINT [runtime/string] [4]
// We put this into a class as gtests are self-contained, so this helper needs to be in an h-file.
class AssemblerTestInfrastructure {