Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
++
  • Loading branch information
jonahwilliams committed Mar 27, 2024
commit fbd1b3a4be0eb96cddfe82403a6ee0fc2db7f1de
3 changes: 2 additions & 1 deletion impeller/tessellator/tessellator_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ TEST(TessellatorTest, TessellatorBuilderReturnsCorrectResultStatus) {
// Zero points.
{
// This will hit a DHCECK so the test can only run in non-debug builds.
#ifdef NDEBUG
#ifndef NDEBUG
#else
Tessellator t;
auto path = PathBuilder{}.TakePath(FillType::kOdd);
Tessellator::Result result = t.Tessellate(
Expand Down