Navigation Menu

Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jun 24, 2014
1 parent aa4d081 commit 8506562
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions std/datetime.d
Expand Up @@ -30173,6 +30173,8 @@ version(unittest) void testBadParse822(alias cr)(string str, size_t line = __LIN

unittest
{
import std.typetuple : TypeTuple;

static struct Rand3Letters
{
enum empty = false;
Expand Down Expand Up @@ -30435,6 +30437,8 @@ unittest
// Obsolete Format per section 4.3 of RFC 5322.
unittest
{
import std.typetuple : TypeTuple;

auto std1 = SysTime(DateTime(2012, 12, 21, 13, 14, 15), UTC());
auto std2 = SysTime(DateTime(2012, 12, 21, 13, 14, 0), UTC());
auto std3 = SysTime(DateTime(1912, 12, 21, 13, 14, 15), UTC());
Expand Down Expand Up @@ -31863,6 +31867,8 @@ R _stripCFWS(R)(R range)

unittest
{
import std.typetuple : TypeTuple;

foreach(cr; TypeTuple!(function(string a){return cast(ubyte[])a;},
function(string a){return map!(b => cast(char)b)(a.representation);}))
{
Expand Down

0 comments on commit 8506562

Please sign in to comment.