aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Example/IntegrationTests/FIRIntegrationTests.m2
-rw-r--r--Functions/Example/TestUtils/FUNFakeApp.m2
-rw-r--r--Functions/Example/Tests/FIRFunctionsTests.m2
-rw-r--r--Functions/Example/Tests/FUNSerializerTests.m2
4 files changed, 5 insertions, 3 deletions
diff --git a/Functions/Example/IntegrationTests/FIRIntegrationTests.m b/Functions/Example/IntegrationTests/FIRIntegrationTests.m
index 15a5af5..bd4b127 100644
--- a/Functions/Example/IntegrationTests/FIRIntegrationTests.m
+++ b/Functions/Example/IntegrationTests/FIRIntegrationTests.m
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-@import XCTest;
+#import <XCTest/XCTest.h>
#import "FIRError.h"
#import "FIRFunctions+Internal.h"
diff --git a/Functions/Example/TestUtils/FUNFakeApp.m b/Functions/Example/TestUtils/FUNFakeApp.m
index 5b31d01..370273b 100644
--- a/Functions/Example/TestUtils/FUNFakeApp.m
+++ b/Functions/Example/TestUtils/FUNFakeApp.m
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+#import <Foundation/Foundation.h>
+
#import "FUNFakeApp.h"
NS_ASSUME_NONNULL_BEGIN
diff --git a/Functions/Example/Tests/FIRFunctionsTests.m b/Functions/Example/Tests/FIRFunctionsTests.m
index bec96e6..5d11601 100644
--- a/Functions/Example/Tests/FIRFunctionsTests.m
+++ b/Functions/Example/Tests/FIRFunctionsTests.m
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-@import XCTest;
+#import <XCTest/XCTest.h>
#import "FIRFunctions+Internal.h"
#import "FIRFunctions.h"
diff --git a/Functions/Example/Tests/FUNSerializerTests.m b/Functions/Example/Tests/FUNSerializerTests.m
index 707c3e7..ca2198e 100644
--- a/Functions/Example/Tests/FUNSerializerTests.m
+++ b/Functions/Example/Tests/FUNSerializerTests.m
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-@import XCTest;
+#import <XCTest/XCTest.h>
#import "FIRError.h"
#import "FUNSerializer.h"