fixed function call signature

This commit is contained in:
Lukas Woehrl
2016-12-23 22:53:08 +01:00
parent d44ebab006
commit f9ffe89cbd
5 changed files with 129 additions and 129 deletions

View File

@@ -28,8 +28,8 @@ static YGSize _measure(YGNodeRef node,
TEST(YogaTest, dont_measure_single_grow_shrink_child) {
const YGNodeRef root = YGNodeNew();
YGNodeStyleSetWidth(root, YGPx(100));
YGNodeStyleSetHeight(root, YGPx(100));
YGNodeStyleSetWidth(root, 100);
YGNodeStyleSetHeight(root, 100);
int measureCount = 0;