changeset 1292:6b1e9ade787e

David Friedman <d3rdclsmail@earthlink.net> 2006-12-27 mail:4592A038.4080908@earthlink.net
author thomask
date Sat, 30 Dec 2006 13:39:46 +0000
parents 5ef63ca6e8c3
children 744c4ec3e3e3
files run/a/array_initialization_26_E.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/a/array_initialization_26_E.d	Sat Dec 30 13:39:30 2006 +0000
+++ b/run/a/array_initialization_26_E.d	Sat Dec 30 13:39:46 2006 +0000
@@ -10,7 +10,7 @@
 	if((a.length != 1) || (a[0].length != 1)){
 		assert(0);
 	}
-	if(a[0][0] != 0){
+	if(a[0][0] !<>= 0.0){
 		assert(0);
 	}