| Index: test/unittests/compiler/arm/instruction-selector-arm-unittest.cc
|
| diff --git a/src/compiler/arm/instruction-selector-arm-unittest.cc b/test/unittests/compiler/arm/instruction-selector-arm-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/arm/instruction-selector-arm-unittest.cc
|
| rename to test/unittests/compiler/arm/instruction-selector-arm-unittest.cc
|
| index 8296073620aa9f5ed9c85e25df79040f2b8ad913..c89884728aafe62f408a2973e4db723e0dbebeae 100644
|
| --- a/src/compiler/arm/instruction-selector-arm-unittest.cc
|
| +++ b/test/unittests/compiler/arm/instruction-selector-arm-unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // 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"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|