Skip to content

Commit 288c21b

Browse files
authored
Merge pull request #4775 from NVolcz/patch-2
Removed debug lines from example unittest
2 parents 39957b5 + afc7ae9 commit 288c21b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

std/algorithm/iteration.d

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,8 +2425,6 @@ if (isInputRange!RoR && isInputRange!(ElementType!RoR))
24252425
import std.range.interfaces : inputRangeObject;
24262426
import std.range : repeat;
24272427

2428-
debug(std_algorithm) scope(success)
2429-
writeln("unittest @", __FILE__, ":", __LINE__, " done.");
24302428
static assert(isInputRange!(typeof(joiner([""]))));
24312429
static assert(isForwardRange!(typeof(joiner([""]))));
24322430
assert(equal(joiner([""]), ""));

0 commit comments

Comments
 (0)