| Index: test/unittests/BUILD.gn
|
| diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
|
| index a05a47114e962e3c169e7f411f1715d32434bbaf..36d1079e528cc4a79b42982457871daa8e34961f 100644
|
| --- a/test/unittests/BUILD.gn
|
| +++ b/test/unittests/BUILD.gn
|
| @@ -31,6 +31,7 @@ v8_executable("unittests") {
|
| "compiler-dispatcher/compiler-dispatcher-job-unittest.cc",
|
| "compiler-dispatcher/compiler-dispatcher-tracer-unittest.cc",
|
| "compiler/branch-elimination-unittest.cc",
|
| + "compiler/bytecode-analysis-unittest.cc",
|
| "compiler/checkpoint-elimination-unittest.cc",
|
| "compiler/common-operator-reducer-unittest.cc",
|
| "compiler/common-operator-unittest.cc",
|
|
|