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

Unified Diff: src/base/platform/time-unittest.cc

Issue 520503004: Merge base unit tests into src to be in line with Chrome. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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
Index: src/base/platform/time-unittest.cc
diff --git a/test/base-unittests/platform/time-unittest.cc b/src/base/platform/time-unittest.cc
similarity index 99%
rename from test/base-unittests/platform/time-unittest.cc
rename to src/base/platform/time-unittest.cc
index 409323a8d6000f884fec36dadc9835064f2e4e79..b3bfbab3190506029b0243359520f913121cce59 100644
--- a/test/base-unittests/platform/time-unittest.cc
+++ b/src/base/platform/time-unittest.cc
@@ -139,7 +139,7 @@ static void ResolutionTest(T (*Now)(), TimeDelta target_granularity) {
EXPECT_LE(delta, target_granularity);
}
-}
+} // namespace
TEST(Time, NowResolution) {

Powered by Google App Engine
This is Rietveld 408576698