| Index: test/cctest/BUILD.gn
|
| diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
|
| index c085e1b959310438379fd9f58d629af21e482694..50465d80a6db079198794f87043a93e8592c5634 100644
|
| --- a/test/cctest/BUILD.gn
|
| +++ b/test/cctest/BUILD.gn
|
| @@ -19,6 +19,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",
|
| @@ -92,7 +93,6 @@
|
| "test-bignum.cc",
|
| "test-bit-vector.cc",
|
| "test-circular-queue.cc",
|
| - "test-code-stub-assembler.cc",
|
| "test-compiler.cc",
|
| "test-constantpool.cc",
|
| "test-conversions.cc",
|
|
|