| Index: test/unittests/compiler/machine-operator-reducer-unittest.cc
|
| diff --git a/src/compiler/machine-operator-reducer-unittest.cc b/test/unittests/compiler/machine-operator-reducer-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/machine-operator-reducer-unittest.cc
|
| rename to test/unittests/compiler/machine-operator-reducer-unittest.cc
|
| index 5a76342f77e6a85e12b23cf6b3cbbfb6b195bc52..4d3df88eb7782d8927ccd76cb82b2db96bfffb11 100644
|
| --- a/src/compiler/machine-operator-reducer-unittest.cc
|
| +++ b/test/unittests/compiler/machine-operator-reducer-unittest.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "src/base/bits.h"
|
| -#include "src/compiler/graph-unittest.h"
|
| #include "src/compiler/js-graph.h"
|
| #include "src/compiler/machine-operator-reducer.h"
|
| #include "src/compiler/typer.h"
|
| +#include "test/unittests/compiler/graph-unittest.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|