| Index: test/unittests/test-utils.h
|
| diff --git a/src/test/test-utils.h b/test/unittests/test-utils.h
|
| similarity index 93%
|
| rename from src/test/test-utils.h
|
| rename to test/unittests/test-utils.h
|
| index 05d1ea641de8093847e024b8c42408a0b0fbda9e..e08974a423de5f93086edc800c6b70be11939f4a 100644
|
| --- a/src/test/test-utils.h
|
| +++ b/test/unittests/test-utils.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef V8_TEST_TEST_UTILS_H_
|
| -#define V8_TEST_TEST_UTILS_H_
|
| +#ifndef V8_UNITTESTS_TEST_UTILS_H_
|
| +#define V8_UNITTESTS_TEST_UTILS_H_
|
|
|
| #include "include/v8.h"
|
| #include "src/base/macros.h"
|
| @@ -83,4 +83,4 @@ class TestWithZone : public TestWithIsolate {
|
| } // namespace internal
|
| } // namespace v8
|
|
|
| -#endif // V8_TEST_TEST_UTILS_H_
|
| +#endif // V8_UNITTESTS_TEST_UTILS_H_
|
|
|