Skip to content

Commit 998d8af

Browse files
committed
Merge pull request #167 from dawgfoto/newline
std.string.newline is deprecated
2 parents d66d047 + 5ec741f commit 998d8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runbench.d

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* (See accompanying file LICENSE_1_0.txt or copy at
1212
* http://www.boost.org/LICENSE_1_0.txt)
1313
*/
14-
import std.datetime, std.exception, std.file, std.path, std.process,
15-
std.regex, std.stdio, std.string, std.typecons;
14+
import std.ascii, std.datetime, std.exception, std.file, std.path,
15+
std.process, std.regex, std.stdio, std.string, std.typecons;
1616

1717
// cmdline flags
1818
bool verbose;

0 commit comments

Comments
 (0)