Changeset 261069 in webkit


Ignore:
Timestamp:
May 3, 2020, 3:37:19 PM (5 years ago)
Author:
dbates@webkit.org
Message:

Attempt to fix the iOS build after r261068
(https://bugs.webkit.org/show_bug.cgi?id=208281)

Wrap TEST()s in namespace TestWebKitAPI so as to not need to qualify IPhoneUserInterfaceSwizzler.

  • TestWebKitAPI/Tests/ios/UIWKInteractionViewProtocol.mm:

(TEST): Deleted.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r261068 r261069  
     12020-05-03  Daniel Bates  <dabates@apple.com>
     2
     3        Attempt to fix the iOS build after r261068
     4        (https://bugs.webkit.org/show_bug.cgi?id=208281)
     5
     6        Wrap TEST()s in namespace TestWebKitAPI so as to not need to qualify IPhoneUserInterfaceSwizzler.
     7
     8        * TestWebKitAPI/Tests/ios/UIWKInteractionViewProtocol.mm:
     9        (TEST): Deleted.
     10
    1112020-05-03  Daniel Bates  <dabates@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/ios/UIWKInteractionViewProtocol.mm

    r261068 r261069  
    8383
    8484@end
     85
     86namespace TestWebKitAPI {
    8587
    8688TEST(UIWKInteractionViewProtocol, SelectTextWithCharacterGranularity)
     
    179181}
    180182
     183} // namespace TestWebKitAPI
     184
    181185#endif
Note: See TracChangeset for help on using the changeset viewer.