Use EXPECT_EQ directly instead of EXPECT_STREQ in the tests of core/css
As the first step to deprecate WTF::CString, the bug has suggested replacing EXPECT_STREQ with EXPECT_EQ. This CL replaces EXPECTED_STREQ with EXPECT_EQ in the cases of converting WTF::String to const char* in order to use EXPECTE_STREQ. Bug: 950077 Change-Id: Ida8b633a3439d9072ca133678be17bf02d9fd4cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607704 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#659350}
Showing
Please register or sign in to comment