diff compile/c/creal_37_B.d @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
parents daef239f37cf
children
line wrap: on
line diff
--- a/compile/c/creal_37_B.d	Tue Sep 09 16:42:11 2008 +0200
+++ b/compile/c/creal_37_B.d	Tue Sep 09 16:53:58 2008 +0200
@@ -19,7 +19,7 @@
 
 
 template getImaginaryPart(creal x){
-	const real getImanginaryPart = x.im;
+	const real getImaginaryPart = x.im;
 }
 
 static assert(getImaginaryPart!(a) == 2.0L);