mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 21:22:20 +03:00
Manually cleanup remaining differences between candidate and trunk. std/variant.d is the only file with differences remaining.
This commit is contained in:
parent
09916d399a
commit
83bde3fc89
5 changed files with 16 additions and 37 deletions
29
unittest.d
29
unittest.d
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* Copyright (C) 1999-2006 by Digital Mars, www.digitalmars.com
|
||||
* Written by Walter Bright
|
||||
|
@ -26,33 +25,7 @@
|
|||
// to run the unit tests on them.
|
||||
// Then, it prints out the arguments passed to main().
|
||||
|
||||
import std.c.stdio;
|
||||
import std.string;
|
||||
import std.path;
|
||||
import std.math;
|
||||
import std.math2;
|
||||
import std.outbuffer;
|
||||
import std.ctype;
|
||||
import std.regexp;
|
||||
import std.random;
|
||||
import std.date;
|
||||
import std.dateparse;
|
||||
import std.demangle;
|
||||
import std.cstream;
|
||||
import std.stream;
|
||||
import std.utf;
|
||||
import std.uri;
|
||||
import std.zlib;
|
||||
import std.md5;
|
||||
import std.stdio;
|
||||
import std.conv;
|
||||
import std.boxer;
|
||||
import std.bitarray;
|
||||
import std.uni;
|
||||
import std.file;
|
||||
import std.signals;
|
||||
import std.cpuid;
|
||||
import std.socket;
|
||||
import all_std_modules_generated;
|
||||
|
||||
int main(char[][] args)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue