Skip to content

Commit

Permalink
[LOCAL] similar to #42306, ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
blakef committed Jan 25, 2024
1 parent a4d66b8 commit 1a9994b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

#if RN_DEBUG_STRING_CONVERTIBLE

#include <exception>

#include <glog/logging.h>
Expand Down Expand Up @@ -164,3 +166,5 @@ TEST(UITemplateProcessorTest, testConditionalBytecode) {
root2->getChildren().at(0)->getProps());
ASSERT_STREQ(child_props2->testId.c_str(), "cond_false");
}

#endif

0 comments on commit 1a9994b

Please sign in to comment.