Index: tools/json_schema_compiler/test/objects_unittest.cc |
diff --git a/tools/json_schema_compiler/test/objects_unittest.cc b/tools/json_schema_compiler/test/objects_unittest.cc |
index 3582f4f3dbaeb187cae0ccd91c787527d6cdfce8..5a4248d492c827ee54fb9101b3d4b62755a4a797 100644 |
--- a/tools/json_schema_compiler/test/objects_unittest.cc |
+++ b/tools/json_schema_compiler/test/objects_unittest.cc |
@@ -68,9 +68,4 @@ TEST(JsonSchemaCompilerObjectsTest, OnObjectFiredCreate) { |
DictionaryValue* result = NULL; |
ASSERT_TRUE(results->GetDictionary(0, &result)); |
ASSERT_TRUE(result->Equals(&expected)); |
- |
- std::string json1 = OnObjectFired::ToJson(object); |
- std::string json2; |
- base::JSONWriter::Write(results.get(), &json2); |
- ASSERT_EQ(json1, json2); |
} |