Skip to content

Commit 26a64f5

Browse files
committed
[test] Update tests, acknowledging new additions
1 parent 7817b73 commit 26a64f5

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

test/Interop/SwiftToCxx/stdlib/swift-stdlib-in-cxx.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
// CHECK: SWIFT_INLINE_THUNK uint8_t operator [](const __StringNested::Index& i) const SWIFT_SYMBOL({{.*}});
125125
// CHECK: SWIFT_INLINE_THUNK String getDescription() const SWIFT_SYMBOL({{.*}});
126126
// CHECK: SWIFT_INLINE_THUNK swift::Int getCount() const SWIFT_SYMBOL({{.*}});
127+
// CHECK: SWIFT_INLINE_THUNK bool isTriviallyIdenticalTo(const __StringNested::UTF8View& other) const SWIFT_SYMBOL({{.*}}) {{.*}};
127128
// CHECK-NEXT: private:
128129

129130
// CHECK: class AnyKeyPath { } SWIFT_UNAVAILABLE_MSG("class 'AnyKeyPath' is not yet exposed to C++");

test/abi/macOS/arm64/stdlib.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,3 +1165,9 @@ Added: _$ss13EncodingErrorOs28CustomDebugStringConvertiblesWP
11651165
// SE-0494 Add isTriviallyIdentical(to:) Methods to String and Substring
11661166
Added: _$sSS20isTriviallyIdentical2toSbSS_tF
11671167
Added: _$sSs20isTriviallyIdentical2toSbSs_tF
1168+
Added: _$sSS17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1169+
Added: _$sSS8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1170+
Added: _$sSS9UTF16ViewV20isTriviallyIdentical2toSbAB_tF
1171+
Added: _$sSs17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1172+
Added: _$sSs8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1173+
Added: _$sSs9UTF16ViewV20isTriviallyIdentical2toSbAB_tF

test/abi/macOS/x86_64/stdlib.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,3 +1160,9 @@ Added: _$ss13EncodingErrorOs28CustomDebugStringConvertiblesWP
11601160
// SE-0494 Add isTriviallyIdentical(to:) Methods to String and Substring
11611161
Added: _$sSS20isTriviallyIdentical2toSbSS_tF
11621162
Added: _$sSs20isTriviallyIdentical2toSbSs_tF
1163+
Added: _$sSS17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1164+
Added: _$sSS8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1165+
Added: _$sSS9UTF16ViewV20isTriviallyIdentical2toSbAB_tF
1166+
Added: _$sSs17UnicodeScalarViewV20isTriviallyIdentical2toSbAB_tF
1167+
Added: _$sSs8UTF8ViewV20isTriviallyIdentical2toSbAB_tF
1168+
Added: _$sSs9UTF16ViewV20isTriviallyIdentical2toSbAB_tF

0 commit comments

Comments
 (0)