Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #167 from dawgfoto/newline
Browse files Browse the repository at this point in the history
std.string.newline is deprecated
  • Loading branch information
jmdavis committed Feb 27, 2012
2 parents d66d047 + 5ec741f commit 998d8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runbench.d
Expand Up @@ -11,8 +11,8 @@
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*/
import std.datetime, std.exception, std.file, std.path, std.process,
std.regex, std.stdio, std.string, std.typecons;
import std.ascii, std.datetime, std.exception, std.file, std.path,
std.process, std.regex, std.stdio, std.string, std.typecons;

// cmdline flags
bool verbose;
Expand Down

0 comments on commit 998d8af

Please sign in to comment.