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
Update tessellator_unittests.cc
  • Loading branch information
Jonah Williams authored Mar 27, 2024
commit 53af2e8be256b4fffea91ca4bdaca2a063d60f38
2 changes: 1 addition & 1 deletion impeller/tessellator/tessellator_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST(TessellatorTest, TessellatorBuilderReturnsCorrectResultStatus) {
const uint16_t* indices, size_t indices_count) { return true; });

ASSERT_EQ(result, Tessellator::Result::kInputError);
#endif // NDEBUG
#endif // NDEBUG
}

// One point.
Expand Down