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