File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818#import " GoogleSignIn/Sources/GIDSignInCallbackSchemes.h"
1919#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
2020#import " GoogleSignIn/Tests/Unit/OIDAuthState+Testing.h"
21- #endif
21+ #endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
2222
2323@import GTMAppAuth;
2424
@@ -86,7 +86,7 @@ @implementation GIDAuthStateMigrationTest {
8686 id _mockGTMOAuth2Compatibility;
8787#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
8888 id _realLegacyGTMKeychainStore;
89- #endif
89+ #endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
9090}
9191
9292- (void )setUp {
@@ -243,7 +243,7 @@ - (void)testExtractAuthorization_HostedDomain {
243243
244244 XCTAssertNotNil (authorization);
245245}
246- #endif
246+ #endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
247247
248248- (void )testMigrateIfNeeded_HasPreviousMigration {
249249 [[[_mockUserDefaults stub ] andReturn: _mockUserDefaults] standardUserDefaults ];
@@ -253,7 +253,7 @@ - (void)testMigrateIfNeeded_HasPreviousMigration {
253253#else
254254 [[[_mockUserDefaults expect ] andReturnValue: @YES ] boolForKey: kGTMAppAuthMigrationCheckPerformedKey ];
255255 [[_mockUserDefaults reject ] setBool: YES forKey: kGTMAppAuthMigrationCheckPerformedKey ];
256- #endif
256+ #endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
257257
258258 GIDAuthStateMigration *migration =
259259 [[GIDAuthStateMigration alloc ] initWithKeychainStore: _mockGTMKeychainStore];
You can’t perform that action at this time.
0 commit comments