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

Unified Diff: blimp/helium/result_unittest.cc

Issue 2402153002: Add CompoundSyncable class for synchronizing containers of Syncables. (Closed)
Patch Set: make literal unsigned Created 4 years, 2 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
« no previous file with comments | « blimp/helium/lww_register_unittest.cc ('k') | blimp/helium/revision_generator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/result_unittest.cc
diff --git a/blimp/helium/result_unittest.cc b/blimp/helium/result_unittest.cc
index 3f11fc7626f11762b608c52172fc71da9ce2f5af..4b1f17442bdf60881b0a437f648ee4b658cbb2cd 100644
--- a/blimp/helium/result_unittest.cc
+++ b/blimp/helium/result_unittest.cc
@@ -22,8 +22,6 @@ TEST_F(ResultTest, ResultToStringWorks) {
// specified that we can verify that the switch/case mapping works as
// intended.
EXPECT_STREQ("SUCCESS", ResultToString(Result::SUCCESS));
- EXPECT_STREQ("ERR_INTERNAL_ERROR",
- ResultToString(Result::ERR_INTERNAL_ERROR));
EXPECT_STREQ("ERR_DISCONNECTED", ResultToString(Result::ERR_DISCONNECTED));
}
« no previous file with comments | « blimp/helium/lww_register_unittest.cc ('k') | blimp/helium/revision_generator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698