| Index: test/unittests/compiler/common-operator-unittest.cc
|
| diff --git a/src/compiler/common-operator-unittest.cc b/test/unittests/compiler/common-operator-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/common-operator-unittest.cc
|
| rename to test/unittests/compiler/common-operator-unittest.cc
|
| index 5001770ddf1347c772e9bc7d2b44424f69f24fd7..571d696fd3b0f7d77d07ad4bcf979354f19c7dd3 100644
|
| --- a/src/compiler/common-operator-unittest.cc
|
| +++ b/test/unittests/compiler/common-operator-unittest.cc
|
| @@ -7,7 +7,7 @@
|
| #include <limits>
|
|
|
| #include "src/compiler/operator-properties-inl.h"
|
| -#include "src/test/test-utils.h"
|
| +#include "test/unittests/test-utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|