Commit 812a4315 authored by wangxianzhu's avatar wangxianzhu Committed by Commit bot

Fix PaintControllerUnderInvalidationTest.MoreDrawing on official builds

Official build doesn't output strings on CHECK failures.

BUG=644768
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2

Review-Url: https://codereview.chromium.org/2319283002
Cr-Commit-Position: refs/heads/master@{#417112}
parent dbf3a108
......@@ -1703,7 +1703,7 @@ TEST_F(PaintControllerUnderInvalidationTest, ChangeDrawing)
TEST_F(PaintControllerUnderInvalidationTest, MoreDrawing)
{
EXPECT_DEATH(testMoreDrawing(), "Can't find cached display item");
EXPECT_DEATH(testMoreDrawing(), "");
}
TEST_F(PaintControllerUnderInvalidationTest, LessDrawing)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment