[Yoga] update unit tests
- all unit tests passed
This commit is contained in:
@@ -44,9 +44,9 @@ TEST(YogaTest, rounding_value) {
|
||||
|
||||
static YGSize measureText(
|
||||
YGNodeRef node,
|
||||
float width,
|
||||
YGFloat width,
|
||||
YGMeasureMode widthMode,
|
||||
float height,
|
||||
YGFloat height,
|
||||
YGMeasureMode heightMode) {
|
||||
return (YGSize){.width = 10, .height = 10};
|
||||
}
|
||||
|
Reference in New Issue
Block a user