diff tangotests/stdout2.d @ 164:a64becf2a702 trunk

[svn r180] Fixed complex negation, and tango.math.Math now compiles.
author lindquist
date Mon, 05 May 2008 20:28:59 +0200
parents a8cd9bc1021a
children
line wrap: on
line diff
--- a/tangotests/stdout2.d	Mon May 05 07:36:29 2008 +0200
+++ b/tangotests/stdout2.d	Mon May 05 20:28:59 2008 +0200
@@ -4,5 +4,5 @@
 
 void main()
 {
-    Stdout.formatln("{} {} {}", "a", "b", 1);
+    Stdout.formatln("{} {} {}", "a", "b", 1.0);
 }