Revision: 16825
Author:   [email protected]
Date:     Thu Sep 19 12:00:15 2013 UTC
Log:      Initialize ICU when running cctests.

This is required on Windows to load the ICU data tables.

BUG=none
[email protected], [email protected]

Review URL: https://codereview.chromium.org/24273002
http://code.google.com/p/v8/source/detail?r=16825

Modified:
 /branches/bleeding_edge/test/cctest/cctest.cc

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.cc Thu Sep 19 09:56:09 2013 UTC +++ /branches/bleeding_edge/test/cctest/cctest.cc Thu Sep 19 12:00:15 2013 UTC
@@ -139,6 +139,8 @@


 int main(int argc, char* argv[]) {
+  v8::V8::InitializeICU();
+
   v8::internal::FlagList::SetFlagsFromCommandLine(&argc, argv, true);

   CcTestArrayBufferAllocator array_buffer_allocator;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to