fix more tests calls

This commit is contained in:
Lukas Woehrl
2016-12-19 19:35:29 +01:00
parent 9ea8e73dd5
commit a6bdf6abf1
3 changed files with 22 additions and 22 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, 100);
YGNodeStyleSetHeight(root, 100);
YGNodeStyleSetWidth(root, YGPx(100));
YGNodeStyleSetHeight(root, YGPx(100));
int measureCount = 0;