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

Unified Diff: mojo/public/cpp/bindings/tests/struct_traits_unittest.cc

Issue 2031823002: Mojo C++ bindings: more consistent Clone() and Equals(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: mojo/public/cpp/bindings/tests/struct_traits_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/struct_traits_unittest.cc b/mojo/public/cpp/bindings/tests/struct_traits_unittest.cc
index 3d94acd5148a689bf8937d10086902bcfedef357..dc30051fb18be4bde5e3d7e7abb08731e9bfb03b 100644
--- a/mojo/public/cpp/bindings/tests/struct_traits_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/struct_traits_unittest.cc
@@ -252,7 +252,6 @@ TEST_F(StructTraitsTest, CloneStructWithTraitsContainer) {
StructWithTraitsContainerPtr cloned_container = container.Clone();
EXPECT_EQ(7u, cloned_container->f_struct.get_uint32());
EXPECT_EQ(42u, cloned_container->f_struct.get_uint64());
-
}
TEST_F(StructTraitsTest, EchoPassByValueStructWithTraits) {
« no previous file with comments | « mojo/public/cpp/bindings/tests/equals_unittest.cc ('k') | mojo/public/cpp/bindings/tests/struct_with_traits_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698