File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Firestore/core/test/unit/local Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ Path CreateLevelDbDatabaseThatUsesSnappyCompression();
43
43
// This test ensures that we don't accidentally regress having added in Snappy
44
44
// compression support (https://github.com/firebase/firebase-ios-sdk/pull/9596).
45
45
TEST (LevelDbSnappy, LevelDbHasSnappySupportCompiledIn) {
46
- // Only run this test in cmake builds, since Snappy support is not included
47
- // when pulling in LevelDb via CocoaPods or Swift Package Manager.
48
- #if FIRESTORE_TESTS_CMAKE_BUILD
46
+ // Only run this test in cmake builds, since Snappy support is not included
47
+ // when pulling in LevelDb via CocoaPods or Swift Package Manager.
48
+ #if FIRESTORE_TESTS_CMAKE_BUILD
49
49
GTEST_SKIP () << " Snappy support is only present in cmake builds" ;
50
- #endif
50
+ #endif
51
51
52
52
Path leveldb_path = CreateLevelDbDatabaseThatUsesSnappyCompression ();
53
53
if (HasFatalFailure ()) return ;
You can’t perform that action at this time.
0 commit comments