Index: test/cctest/test-cpu-profiler.cc |
diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc |
index ef1c0f5881906f6f866a6fe534371b64494607e4..cbcac28ddb5c0ad6e9b52942a12d2e7700ba0645 100644 |
--- a/test/cctest/test-cpu-profiler.cc |
+++ b/test/cctest/test-cpu-profiler.cc |
@@ -1490,6 +1490,7 @@ TEST(JsNativeJsRuntimeJsSample) { |
static void CallJsFunction2(const v8::FunctionCallbackInfo<v8::Value>& info) { |
+ v8::base::OS::Print("In CallJsFunction2\n"); |
CallJsFunction(info); |
} |