From d545fb8bb5bbeb8210ae05ede09b44f6ebadee4a Mon Sep 17 00:00:00 2001 From: Thomas Nardone Date: Wed, 18 Oct 2023 12:04:47 -0700 Subject: [PATCH] Fix tests - remove folly/File.h import in jsbigstring test (#41059) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41059 Remove unused import that was breaking tests Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D50380976 fbshipit-source-id: fab27b52959e74e8ad7a0cdd840e6f496608e380 --- packages/react-native/ReactCommon/cxxreact/tests/jsbigstring.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/ReactCommon/cxxreact/tests/jsbigstring.cpp b/packages/react-native/ReactCommon/cxxreact/tests/jsbigstring.cpp index 7d43418aba3..cb196d1b353 100644 --- a/packages/react-native/ReactCommon/cxxreact/tests/jsbigstring.cpp +++ b/packages/react-native/ReactCommon/cxxreact/tests/jsbigstring.cpp @@ -9,7 +9,6 @@ #include #include -#include #include using namespace facebook::react;