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

Unified Diff: base/string_tokenizer_unittest.cc

Issue 11308261: base: Use TEST() macro when possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rms Created 8 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 | « base/prefs/pref_value_map_unittest.cc ('k') | base/version_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_tokenizer_unittest.cc
diff --git a/base/string_tokenizer_unittest.cc b/base/string_tokenizer_unittest.cc
index 80cb960d544981260900ddd69a51ebbb4f4fbb68..61841f2f6b7b6b37d68aa70b09a707d36c63dabe 100644
--- a/base/string_tokenizer_unittest.cc
+++ b/base/string_tokenizer_unittest.cc
@@ -3,13 +3,12 @@
// found in the LICENSE file.
#include "base/string_tokenizer.h"
+
#include "testing/gtest/include/gtest/gtest.h"
using std::string;
namespace {
-class StringTokenizerTest : public testing::Test {};
-}
TEST(StringTokenizerTest, Simple) {
string input = "this is a test";
@@ -227,3 +226,5 @@ TEST(StringTokenizerTest, ParseQuotedString_EscapedQuotes2) {
EXPECT_FALSE(t.GetNext());
}
+
+} // namespace
« no previous file with comments | « base/prefs/pref_value_map_unittest.cc ('k') | base/version_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698