mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fabric: A bunch of #ifdef ANDROID
Summary: Nothing really changed; the change is only to better express an original intent. Reviewed By: JoshuaGross Differential Revision: D13962464 fbshipit-source-id: f385db8ba8662f2150181e47fc6a2a981f809e96
This commit is contained in:
committed by
Facebook Github Bot
parent
94925d5eb7
commit
2332cb6fe2
@@ -17,6 +17,8 @@
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
|
||||
#ifdef ANDROID
|
||||
|
||||
TEST(AttributedStringTest, testToDynamic) {
|
||||
auto attString = new AttributedString();
|
||||
auto fragment = new AttributedString::Fragment();
|
||||
@@ -42,5 +44,7 @@ TEST(AttributedStringTest, testToDynamic) {
|
||||
assert(textAttribute["fontWeight"] == toString(*text->fontWeight));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
|
||||
Reference in New Issue
Block a user