Re-generate wrap tests

Summary: Seems someone forgot to run the generation script

Reviewed By: astreet

Differential Revision: D4627337

fbshipit-source-id: 17dd1e1fed938a049ae820a9a4ac913667073d09
This commit is contained in:
Emil Sjolander
2017-03-01 06:18:31 -08:00
committed by Facebook Github Bot
parent b940fadb7e
commit 3790635af1
4 changed files with 660 additions and 660 deletions

View File

@@ -1178,7 +1178,7 @@ TEST(YogaTest, wrapped_row_within_align_items_center) {
YGNodeFreeRecursive(root);
}
TEST(YogaTest, wrapped_row_within_align_items_center2) {
TEST(YogaTest, wrapped_row_within_align_items_flex_start) {
const YGNodeRef root = YGNodeNew();
YGNodeStyleSetAlignItems(root, YGAlignFlexStart);
YGNodeStyleSetWidth(root, 200);
@@ -1245,7 +1245,7 @@ TEST(YogaTest, wrapped_row_within_align_items_center2) {
YGNodeFreeRecursive(root);
}
TEST(YogaTest, wrapped_row_within_align_items_center3) {
TEST(YogaTest, wrapped_row_within_align_items_flex_end) {
const YGNodeRef root = YGNodeNew();
YGNodeStyleSetAlignItems(root, YGAlignFlexEnd);
YGNodeStyleSetWidth(root, 200);