Changeset 261069 in webkit
- Timestamp:
- May 3, 2020, 3:37:19 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r261068 r261069 1 2020-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 1 11 2020-05-03 Daniel Bates <dabates@apple.com> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/ios/UIWKInteractionViewProtocol.mm
r261068 r261069 83 83 84 84 @end 85 86 namespace TestWebKitAPI { 85 87 86 88 TEST(UIWKInteractionViewProtocol, SelectTextWithCharacterGranularity) … … 179 181 } 180 182 183 } // namespace TestWebKitAPI 184 181 185 #endif
Note:
See TracChangeset
for help on using the changeset viewer.