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

Unified Diff: src/platform/metrics/metrics_daemon_unittest.cc

Issue 1919005: Add some basic tests for metrics_daemon. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Address review comments. Created 10 years, 8 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/platform/metrics/metrics_daemon_unittest.cc
diff --git a/src/platform/metrics/metrics_daemon_unittest.cc b/src/platform/metrics/metrics_daemon_unittest.cc
deleted file mode 100644
index 222cefab704b690668667ea06f99c161c56d7066..0000000000000000000000000000000000000000
--- a/src/platform/metrics/metrics_daemon_unittest.cc
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "metrics_daemon.h"
-
-int main(int argc, char** argv) {
- MetricsDaemon d;
- d.Run(false, true);
-}

Powered by Google App Engine
This is Rietveld 408576698