Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: test/unittests/compiler/register-allocator-unittest.cc

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/unittests/compiler/register-allocator-unittest.cc
diff --git a/test/unittests/compiler/register-allocator-unittest.cc b/test/unittests/compiler/register-allocator-unittest.cc
index 23a118b6ad157783b13d7fe85cc3fd7613adabde..75942b6854b9a6c60d1a619d7cee34ff07e9e5ae 100644
--- a/test/unittests/compiler/register-allocator-unittest.cc
+++ b/test/unittests/compiler/register-allocator-unittest.cc
@@ -75,7 +75,8 @@ bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos,
}
return found_match;
}
-}
+
+} // namespace
class RegisterAllocatorTest : public InstructionSequenceTest {
@@ -722,7 +723,8 @@ class SlotConstraintTest : public RegisterAllocatorTest,
private:
typedef ::testing::WithParamInterface<::testing::tuple<ParameterType, int>> B;
};
-}
+
+} // namespace
#if GTEST_HAS_COMBINE
« no previous file with comments | « test/unittests/compiler/node-matchers-unittest.cc ('k') | test/unittests/runtime/runtime-interpreter-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698