| Index: test/cctest/cctest.gyp
|
| diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
|
| index f4af90677d063789dc61161fa1e8a429698fa790..fb8be88a5d97cabe38ea0ab62eb7cc76f9010fca 100644
|
| --- a/test/cctest/cctest.gyp
|
| +++ b/test/cctest/cctest.gyp
|
| @@ -53,6 +53,7 @@
|
| 'compiler/graph-builder-tester.h',
|
| 'compiler/test-basic-block-profiler.cc',
|
| 'compiler/test-branch-combine.cc',
|
| + 'compiler/test-code-stub-assembler.cc',
|
| 'compiler/test-gap-resolver.cc',
|
| 'compiler/test-graph-visualizer.cc',
|
| 'compiler/test-instruction.cc',
|
| @@ -128,7 +129,6 @@
|
| 'test-bignum-dtoa.cc',
|
| 'test-bit-vector.cc',
|
| 'test-circular-queue.cc',
|
| - 'test-code-stub-assembler.cc',
|
| 'test-compiler.cc',
|
| 'test-constantpool.cc',
|
| 'test-conversions.cc',
|
|
|