aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm')
-rw-r--r--Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm b/Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm
index 4fc77ed..18dfaf3 100644
--- a/Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm
+++ b/Firestore/Example/Tests/GoogleTest/FSTGoogleTestTests.mm
@@ -17,8 +17,9 @@
#import <XCTest/XCTest.h>
#import <objc/runtime.h>
+#include <gtest/gtest.h>
+
#include "Firestore/Source/Util/FSTAssert.h"
-#include "gtest/gtest.h"
/**
* An XCTest test case that finds C++ test cases written in the GoogleTest framework, runs them, and