 Chromium Code Reviews
 Chromium Code Reviews Issue 22601003:
  Out-of-line constant pool on Arm: Stage 2 - Introduce ConstantPoolArray object.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 22601003:
  Out-of-line constant pool on Arm: Stage 2 - Introduce ConstantPoolArray object.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge| Index: test/cctest/cctest.gyp | 
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp | 
| index c8f6e57ae2194209ee088bc7c050f20e2513b7a8..fbe38f27094f02fdb8294634db10d76fdb54212e 100644 | 
| --- a/test/cctest/cctest.gyp | 
| +++ b/test/cctest/cctest.gyp | 
| @@ -56,6 +56,7 @@ | 
| 'test-circular-queue.cc', | 
| 'test-compiler.cc', | 
| 'test-condition-variable.cc', | 
| + 'test-constantpool.cc', | 
| 'test-conversions.cc', | 
| 'test-cpu.cc', | 
| 'test-cpu-profiler.cc', |