Index: test/cctest/interpreter/generate-bytecode-expectations.cc |
diff --git a/test/cctest/interpreter/generate-bytecode-expectations.cc b/test/cctest/interpreter/generate-bytecode-expectations.cc |
index f3dfd06313eb84c2917fc1191c51169f2dfc267d..53f2e3fce3e532731d5220e19d8b19e0a8c0647a 100644 |
--- a/test/cctest/interpreter/generate-bytecode-expectations.cc |
+++ b/test/cctest/interpreter/generate-bytecode-expectations.cc |
@@ -358,7 +358,7 @@ V8InitializationScope::V8InitializationScope(const char* exec_path) |
i::FLAG_always_opt = false; |
i::FLAG_allow_natives_syntax = true; |
- v8::V8::InitializeICU(); |
+ v8::V8::InitializeICUDefaultLocation(exec_path); |
v8::V8::InitializeExternalStartupData(exec_path); |
v8::V8::InitializePlatform(platform_.get()); |
v8::V8::Initialize(); |