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

Unified Diff: test/cctest/test-cpu-profiler.cc

Issue 357383003: Make JsNative1JsNative2JsSample cctest work on Win Release (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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
« test/cctest/cctest.status ('K') | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-cpu-profiler.cc
diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
index 6e5e23b4845f57561e42f3b45e24d4990b5751e3..be75ea9b9cf84436e41878da28699268e8a8ab66 100644
--- a/test/cctest/test-cpu-profiler.cc
+++ b/test/cctest/test-cpu-profiler.cc
@@ -1491,6 +1491,7 @@ TEST(JsNativeJsRuntimeJsSample) {
static void CallJsFunction2(const v8::FunctionCallbackInfo<v8::Value>& info) {
+ i::OS::Print("In CallJsFunction2\n");
CallJsFunction(info);
}
« test/cctest/cctest.status ('K') | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698