| Index: test/unittests/compiler/js-builtin-reducer-unittest.cc
|
| diff --git a/src/compiler/js-builtin-reducer-unittest.cc b/test/unittests/compiler/js-builtin-reducer-unittest.cc
|
| similarity index 99%
|
| rename from src/compiler/js-builtin-reducer-unittest.cc
|
| rename to test/unittests/compiler/js-builtin-reducer-unittest.cc
|
| index 22311a63fdfebe4c5cce5c4fcb632025439140f3..c72978fab108a995bc3266d8bb3c205f238e2e25 100644
|
| --- a/src/compiler/js-builtin-reducer-unittest.cc
|
| +++ b/test/unittests/compiler/js-builtin-reducer-unittest.cc
|
| @@ -2,7 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/compiler/graph-unittest.h"
|
| +#include "test/unittests/compiler/graph-unittest.h"
|
| +
|
| #include "src/compiler/js-builtin-reducer.h"
|
| #include "src/compiler/js-graph.h"
|
| #include "src/compiler/node-properties-inl.h"
|
|
|