| Index: test/unittests/BUILD.gn
|
| diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
|
| index c005b144f0fc6ba14e16f00362026bbfcbde9c1d..ff88879ac83402b7010220877311360363001900 100644
|
| --- a/test/unittests/BUILD.gn
|
| +++ b/test/unittests/BUILD.gn
|
| @@ -50,6 +50,7 @@ v8_executable("unittests") {
|
| "compiler/instruction-selector-unittest.h",
|
| "compiler/instruction-sequence-unittest.cc",
|
| "compiler/instruction-sequence-unittest.h",
|
| + "compiler/instruction-unittest.cc",
|
| "compiler/int64-lowering-unittest.cc",
|
| "compiler/js-builtin-reducer-unittest.cc",
|
| "compiler/js-create-lowering-unittest.cc",
|
|
|