Skip to content

Commit 141fefc

Browse files
author
Max Moiseev
committed
Update tests after removal of DoubleWidth
1 parent cee7efc commit 141fefc

File tree

5 files changed

+446
-430
lines changed

5 files changed

+446
-430
lines changed

test/Constraints/diagnostics_swift4.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ class R<K: Hashable, V> {
5454
infix operator +=+ : AdditionPrecedence
5555
func +=+(_ lhs: Int, _ rhs: Int) -> Bool { return lhs == rhs }
5656
func +=+<T: BinaryInteger>(_ lhs: T, _ rhs: Int) -> Bool { return lhs == rhs }
57-
let _ = DoubleWidth<Int>(Int.min) - 1 +=+ Int.min // Ok
57+
// FIXME: DoubleWidth is no longer part of the standard library
58+
// let _ = DoubleWidth<Int>(Int.min) - 1 +=+ Int.min // Ok

0 commit comments

Comments
 (0)