commit | a9da9eb05993a235df999226303bc594e4778805 | [log] [tgz] |
---|---|---|
author | Kino Roy <kinoroy@users.noreply.github.com> | Fri Oct 07 23:13:01 2022 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 08 14:13:01 2022 +0800 |
tree | 173200fc08231818b9bdea1943fda0be11cd560f | |
parent | ed542c63fc4360ef6d397df3cd92d6623d713e1e [diff] [blame] |
THRIFT-4547: Swift crosstests (#2670) Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
diff --git a/lib/swift/Sources/TMap.swift b/lib/swift/Sources/TMap.swift index 8f52067..7a93630 100644 --- a/lib/swift/Sources/TMap.swift +++ b/lib/swift/Sources/TMap.swift
@@ -180,5 +180,5 @@ if lhs.count != rhs.count { return false } - return lhs.storage.elementsEqual(rhs.storage) { $0.key == $1.key && $0.value == $1.value } + return lhs.storage == rhs.storage }