Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5d9cfb0

Browse files
committed
adjust new unittest for running with a fixture
1 parent bf82c58 commit 5d9cfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

display_list/display_list_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ TEST_F(DisplayListTest, RTreeRenderCulling) {
26102610
}
26112611
}
26122612

2613-
TEST(DisplayListTest, DrawSaveDrawCannotInheritOpacity) {
2613+
TEST_F(DisplayListTest, DrawSaveDrawCannotInheritOpacity) {
26142614
DisplayListBuilder builder;
26152615
builder.DrawCircle({10, 10}, 5, DlPaint());
26162616
builder.Save();

0 commit comments

Comments
 (0)