| Index: test/unittests/compiler/x64/instruction-selector-x64-unittest.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64-unittest.cc b/test/unittests/compiler/x64/instruction-selector-x64-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/x64/instruction-selector-x64-unittest.cc
|
| rename to test/unittests/compiler/x64/instruction-selector-x64-unittest.cc
|
| index 6bf15fd3ddb1b1192a5a8cc40bf3b4cef4246933..7f52e449121a3b7f6db9ebe756bd182878f9c5f9 100644
|
| --- a/src/compiler/x64/instruction-selector-x64-unittest.cc
|
| +++ b/test/unittests/compiler/x64/instruction-selector-x64-unittest.cc
|
| @@ -2,7 +2,8 @@
|
| // 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/node-matchers.h"
|
|
|
| namespace v8 {
|
|
|