Updated unittest.d

This commit is contained in:
Lars T. Kyllingstad 2013-03-27 21:09:39 +01:00
parent 869769d684
commit cc44baede9

View file

@ -77,7 +77,7 @@ else
// Bring in unit test for module by referencing function in it
cmp("foo", "bar"); // string
fncharmatch('a', 'b'); // path
filenameCharCmp('a', 'b'); // path
isNaN(1.0); // math
std.conv.to!double("1.0"); // std.conv
OutBuffer b = new OutBuffer(); // outbuffer