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

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

Issue 73243002: Mojo: Trivial cleanup -- remove unneeded test fixture in test. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7d5a78ded56499862c89a24c1179852211705065..8c7d1e59a63d1326c6dccd13e40198501824bcd8 100644
--- a/mojo/public/tests/system_core_unittest.cc
+++ b/mojo/public/tests/system_core_unittest.cc
@@ -11,10 +11,7 @@
namespace mojo {
namespace {
-class SystemTest : public testing::Test {
-};
-
-TEST_F(SystemTest, Basic) {
+TEST(SystemTest, Basic) {
Handle h_0;
MojoWaitFlags wf;
char buffer[10] = { 0 };
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698