mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 23:05:34 +03:00
Remove std.stdio debug output
This commit is contained in:
parent
1d02ff4877
commit
415728e086
1 changed files with 0 additions and 3 deletions
|
@ -2781,9 +2781,6 @@ if (isForwardRange!R1 && ifTestable!(typeof(haystack.front), unaryFun!pred))
|
|||
|
||||
s = " ";
|
||||
assert(findSkip!isWhite(s) == 2);
|
||||
import std.stdio;
|
||||
s = " ";
|
||||
findSkip!isWhite(s).writeln;
|
||||
}
|
||||
|
||||
@safe unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue