| Index: test/unittests/compiler/instruction-selector-unittest.cc
|
| diff --git a/src/compiler/instruction-selector-unittest.cc b/test/unittests/compiler/instruction-selector-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/instruction-selector-unittest.cc
|
| rename to test/unittests/compiler/instruction-selector-unittest.cc
|
| index 2b02412a4b5ac63f8017f141fd8e85ec943b934d..6d866c4367efc3d6661ed7b9bf7229a4acdc440e 100644
|
| --- a/src/compiler/instruction-selector-unittest.cc
|
| +++ b/test/unittests/compiler/instruction-selector-unittest.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/compiler/instruction-selector-unittest.h"
|
| +#include "test/unittests/compiler/instruction-selector-unittest.h"
|
|
|
| -#include "src/compiler/compiler-test-utils.h"
|
| #include "src/flags.h"
|
| +#include "test/unittests/compiler/compiler-test-utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|