Skip to content

Commit ffe309b

Browse files
committed
Remove resolved bug from exmaples
https://issues.dlang.org/show_bug.cgi?id=24064 is resolved
1 parent 5d6eacc commit ffe309b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/range/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ pure @safe unittest
16831683
assert(range.array == [S(5), S(6)]);
16841684
}
16851685

1686-
/// https://issues.dlang.org/show_bug.cgi?id=24064
1686+
// https://issues.dlang.org/show_bug.cgi?id=24064
16871687
pure @safe nothrow unittest
16881688
{
16891689
import std.algorithm.comparison : equal;

0 commit comments

Comments
 (0)