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

Unified Diff: test/cctest/test-api-interceptors.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/profiler-extension.h ('k') | test/cctest/test-array-list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api-interceptors.cc
diff --git a/test/cctest/test-api-interceptors.cc b/test/cctest/test-api-interceptors.cc
index c0a8a287aed006513a9bb06200bd2840971e1dae..0f94e59bc977c32d5095770e5c42c56d42d401de 100644
--- a/test/cctest/test-api-interceptors.cc
+++ b/test/cctest/test-api-interceptors.cc
@@ -3251,7 +3251,8 @@ void DatabaseSetter(Local<Name> name, Local<Value> value,
db->Set(context, name, value).FromJust();
info.GetReturnValue().Set(value);
}
-}
+
+} // namespace
THREADED_TEST(NonMaskingInterceptorGlobalEvalRegression) {
« no previous file with comments | « test/cctest/profiler-extension.h ('k') | test/cctest/test-array-list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698