Fix typo in test class to use same name as the others

Summary:
Fixes a typo in the test class to use the same name as the other tests.
Closes https://github.com/facebook/yoga/pull/469

Differential Revision: D4681340

Pulled By: emilsjolander

fbshipit-source-id: a5e60b5e2aa74dc25e677a5579bb853492708c16
This commit is contained in:
Lukas Wöhrl
2017-03-09 03:34:59 -08:00
committed by Facebook Github Bot
parent 57898762a2
commit 8dea884a69

View File

@@ -70,7 +70,7 @@ TEST(YogaTest, dirty_propagation_only_if_prop_changed) {
YGNodeFreeRecursive(root); YGNodeFreeRecursive(root);
} }
TEST(Yogatest, dirty_mark_all_children_as_dirty_when_display_changes){ TEST(YogaTest, dirty_mark_all_children_as_dirty_when_display_changes){
const YGNodeRef root = YGNodeNew(); const YGNodeRef root = YGNodeNew();
YGNodeStyleSetFlexDirection(root, YGFlexDirectionRow); YGNodeStyleSetFlexDirection(root, YGFlexDirectionRow);
YGNodeStyleSetHeight(root, 100); YGNodeStyleSetHeight(root, 100);