diff options
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 |
commit | 2ffb703bf431d74326c88266b4ddaf225eb3c6ad (patch) | |
tree | 0552c3c76a42b18f9e7460d501fb71a6dc2e7f33 /compiler/optimizing/optimizing_unit_test.h | |
parent | c4b6f3116f15c8e4fdf2e4f604ababdee12d8923 (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/optimizing/optimizing_unit_test.h')
-rw-r--r-- | compiler/optimizing/optimizing_unit_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/optimizing_unit_test.h b/compiler/optimizing/optimizing_unit_test.h index 9aba91205c..e90c30d5ca 100644 --- a/compiler/optimizing/optimizing_unit_test.h +++ b/compiler/optimizing/optimizing_unit_test.h @@ -161,7 +161,7 @@ typedef std::list<std::pair<std::string, std::string>> diff_t; // An alias for the empty string used to make it clear that a line is // removed in a diff. -static const std::string removed = ""; +static const std::string removed = ""; // NOLINT [runtime/string] [4] // Naive patch command: apply a diff to a string. inline std::string Patch(const std::string& original, const diff_t& diff) { |