| Index: test/unittests/compiler/js-operator-unittest.cc
|
| diff --git a/src/compiler/js-operator-unittest.cc b/test/unittests/compiler/js-operator-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/js-operator-unittest.cc
|
| rename to test/unittests/compiler/js-operator-unittest.cc
|
| index fda14025903b224354847b6dfeff0ab24b9037d4..061a5973f902338b194b7121dc4128c62ea8b9f4 100644
|
| --- a/src/compiler/js-operator-unittest.cc
|
| +++ b/test/unittests/compiler/js-operator-unittest.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "src/compiler/js-operator.h"
|
| #include "src/compiler/operator-properties-inl.h"
|
| -#include "src/test/test-utils.h"
|
| +#include "test/unittests/test-utils.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|