diff options
| author | 2017-11-09 01:31:19 +0000 | |
|---|---|---|
| committer | 2017-11-09 01:31:19 +0000 | |
| commit | bda66c79fa705a0f74d2233fb75bdde4d8dc5e5f (patch) | |
| tree | f715660e6b0ff00bce89510aa84664493e6547ea /compiler/optimizing/optimizing_unit_test.h | |
| parent | b2269c1657c78bdeb23e5dd72708d6c0e216b89b (diff) | |
| parent | 2ffb703bf431d74326c88266b4ddaf225eb3c6ad (diff) | |
Merge "cpplint: Cleanup errors"
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) { |