Revert D48710084: C++ Cleanup 1/N: Reorganize YGStyle
Differential Revision: D48710084 Original commit changeset: 20961aee30d5 Original Phabricator Diff: D48710084 fbshipit-source-id: 79cda4f13979b8d0cdf87dabbfc13cbd17abe488
This commit is contained in:
committed by
Facebook GitHub Bot
parent
13c5ce2234
commit
2a32637c56
@@ -7,11 +7,11 @@
|
||||
|
||||
#define YOGA_COMPACT_VALUE_TEST
|
||||
|
||||
#include <yoga/style/CompactValue.h>
|
||||
#include <yoga/CompactValue.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <cmath>
|
||||
|
||||
using facebook::yoga::CompactValue;
|
||||
using facebook::yoga::detail::CompactValue;
|
||||
|
||||
const auto tooSmall = nextafterf(CompactValue::LOWER_BOUND, -INFINITY);
|
||||
const auto tooLargePoints =
|
||||
|
Reference in New Issue
Block a user