mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 11:37:24 +03:00
Merge pull request #4775 from NVolcz/patch-2
Removed debug lines from example unittest
This commit is contained in:
commit
288c21b78b
1 changed files with 0 additions and 2 deletions
|
@ -2425,8 +2425,6 @@ if (isInputRange!RoR && isInputRange!(ElementType!RoR))
|
|||
import std.range.interfaces : inputRangeObject;
|
||||
import std.range : repeat;
|
||||
|
||||
debug(std_algorithm) scope(success)
|
||||
writeln("unittest @", __FILE__, ":", __LINE__, " done.");
|
||||
static assert(isInputRange!(typeof(joiner([""]))));
|
||||
static assert(isForwardRange!(typeof(joiner([""]))));
|
||||
assert(equal(joiner([""]), ""));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue