Chromium Code Reviews| Index: test/cctest/test-alloc.cc |
| =================================================================== |
| --- test/cctest/test-alloc.cc (revision 5002) |
| +++ test/cctest/test-alloc.cc (working copy) |
| @@ -185,6 +185,7 @@ |
| TEST(CodeRange) { |
| const int code_range_size = 16*MB; |
| + OS::Setup(); |
| Isolate::Current()->code_range()->Setup(code_range_size); |
| int current_allocated = 0; |
| int total_allocated = 0; |