We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d7715b + 428d95b commit a14664aCopy full SHA for a14664a
test/stdlib/Integers.swift.gyb
@@ -524,7 +524,7 @@ tests.test("words") {
524
expectEqualSequence([(1 as UInt) << 63], Int64.min.words)
525
expectEqualSequence([UInt.max], (-1 as Int64).words)
526
% else:
527
- expectEqualSequence([UInt.max, UInt.max], Int64.max.words)
+ expectEqualSequence([UInt.max, UInt.max], UInt64.max.words)
528
expectEqualSequence([0 as UInt, 0], UInt64.min.words)
529
expectEqualSequence([UInt.max, UInt.max >> 1], Int64.max.words)
530
expectEqualSequence([0 as UInt, 1 << 31], Int64.min.words)
0 commit comments