Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: test/unittests/test-utils.h

Issue 615393002: Move unit tests to test/unittests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/unittests/run-all-unittests.cc ('k') | test/unittests/test-utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « test/unittests/run-all-unittests.cc ('k') | test/unittests/test-utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698