mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +03:00
Make sure that mathspecial unittests really get run. (They definitely run on my system, but it's better to be certain).
This commit is contained in:
parent
af1fb0b618
commit
cf72a8c6e9
1 changed files with 3 additions and 2 deletions
|
@ -32,6 +32,7 @@ public import std.getopt;
|
|||
public import std.intrinsic;
|
||||
public import std.loader;
|
||||
public import std.math;
|
||||
public import std.mathspecial;
|
||||
public import std.md5;
|
||||
public import std.metastrings;
|
||||
public import std.mmfile;
|
||||
|
@ -109,8 +110,8 @@ version (all)
|
|||
assert(x[1] == 3);
|
||||
assert(x[2] == 45);
|
||||
|
||||
std.math.tgamma(3);
|
||||
std.math.lgamma(3);
|
||||
std.math.sin(3.0);
|
||||
std.mathspecial.gamma(6.2);
|
||||
|
||||
std.demangle.demangle("hello");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue