diff test/sqrts.d @ 273:25fa34e899e9 trunk

[svn r294] Fixed some more of the old tests.
author lindquist
date Wed, 18 Jun 2008 23:29:14 +0200
parents d9d5d59873d8
children
line wrap: on
line diff
--- a/test/sqrts.d	Wed Jun 18 22:27:02 2008 +0200
+++ b/test/sqrts.d	Wed Jun 18 23:29:14 2008 +0200
@@ -4,7 +4,7 @@
 
 double sqrt(double d)
 {
-    return std.c.math.sqrt(d);
+    return tango.stdc.math.sqrt(d);
 }
 
 void main()