From 2ffb703bf431d74326c88266b4ddaf225eb3c6ad Mon Sep 17 00:00:00 2001 From: Igor Murashkin Date: Wed, 8 Nov 2017 13:35:21 -0800 Subject: 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 --- compiler/optimizing/optimizing_unit_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/optimizing_unit_test.h') 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> 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) { -- cgit v1.2.3-59-g8ed1b