Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
++
  • Loading branch information
jonahwilliams committed Nov 10, 2022
commit 4646b10afc29eaacc922f34b99e4b3379e27c335
2 changes: 1 addition & 1 deletion display_list/display_list_color_source_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ TEST(DisplayListColorSource, RuntimeEffectWithNullSampler) {
kTestRuntimeEffect1, {nullptr},
std::make_shared<std::vector<uint8_t>>());

ASSERT_EQ(source3->skia_object(), nullptr);
ASSERT_EQ(source1->skia_object(), nullptr);
}

} // namespace testing
Expand Down