mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Updated unittest.d
This commit is contained in:
parent
869769d684
commit
cc44baede9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ else
|
||||||
// Bring in unit test for module by referencing function in it
|
// Bring in unit test for module by referencing function in it
|
||||||
|
|
||||||
cmp("foo", "bar"); // string
|
cmp("foo", "bar"); // string
|
||||||
fncharmatch('a', 'b'); // path
|
filenameCharCmp('a', 'b'); // path
|
||||||
isNaN(1.0); // math
|
isNaN(1.0); // math
|
||||||
std.conv.to!double("1.0"); // std.conv
|
std.conv.to!double("1.0"); // std.conv
|
||||||
OutBuffer b = new OutBuffer(); // outbuffer
|
OutBuffer b = new OutBuffer(); // outbuffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue