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

Unified Diff: mojo/public/tests/system_core_unittest.cc

Issue 68203005: Mojo: Make tests under mojo/public use our own run_all_unittests.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: mojo/public/tests/system_core_unittest.cc
diff --git a/mojo/public/tests/system_core_unittest.cc b/mojo/public/tests/system_core_unittest.cc
index 382a800bf4c69e7c8e99009c15dc1eecdccd14de..7d5a78ded56499862c89a24c1179852211705065 100644
--- a/mojo/public/tests/system_core_unittest.cc
+++ b/mojo/public/tests/system_core_unittest.cc
@@ -6,13 +6,12 @@
#include <string.h>
-#include "mojo/public/tests/test_support.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
namespace {
-class SystemTest : public test::TestBase {
+class SystemTest : public testing::Test {
};
TEST_F(SystemTest, Basic) {

Powered by Google App Engine
This is Rietveld 408576698