Skip to content

Commit

Permalink
Remove string eq.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 13, 2020
1 parent 05ddb8f commit f396fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cpp/common/test_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ TEST(Json, LoadDump) {
fout << out << std::flush;

std::string new_buffer = common::LoadSequentialFile(path);
ASSERT_EQ(ori_buffer, new_buffer);

Json load_back {Json::Load(StringView(new_buffer.c_str(), new_buffer.size()))};
ASSERT_EQ(load_back, origin);
Expand Down

0 comments on commit f396fc3

Please sign in to comment.