Skip to content

Commit babb97e

Browse files
committed
[Gardening] How to ressurect tests and benchmark
1 parent ac04995 commit babb97e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Prototypes/DoubleWidth.swift.gyb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
import StdlibUnittest
66

7+
// XXX: Auxiliary tests & benchmark for DoubleWidth were removed in PR #23024.
8+
// When the DoubleWidth makes comeback, revert the commits from there to
9+
// ressurect what was just a dead code in the meantime…
10+
711
/// A fixed-width integer that has twice the bit width of its base type.
812
///
913
/// You can use the `DoubleWidth` type to continue calculations with the result

0 commit comments

Comments
 (0)