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

Unified Diff: test/cctest/test-array-list.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
« no previous file with comments | « test/cctest/test-api-interceptors.cc ('k') | test/cctest/test-asm-validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-array-list.cc
diff --git a/test/cctest/test-array-list.cc b/test/cctest/test-array-list.cc
index 2852043b2f0229a4a6f014ebbceb936255ca3ad3..abcbf110e7c3ddf26f9d36c405076b43f32f7ad5 100644
--- a/test/cctest/test-array-list.cc
+++ b/test/cctest/test-array-list.cc
@@ -38,4 +38,5 @@ TEST(ArrayList) {
CHECK_EQ(100, Smi::cast(array->Get(0))->value());
CHECK_EQ(200, Smi::cast(array->Get(1))->value());
}
-}
+
+} // namespace
« no previous file with comments | « test/cctest/test-api-interceptors.cc ('k') | test/cctest/test-asm-validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698