changeset 613:93eb1400acc5

fixed sum typo; thanks to Matti Niemenmaa
author thomask
date Thu, 04 Aug 2005 13:16:18 +0000
parents b5fc547b3fd1
children e375e824c620
files run/b/bug_cod2_4211_U.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/b/bug_cod2_4211_U.d	Tue Aug 02 22:47:08 2005 +0000
+++ b/run/b/bug_cod2_4211_U.d	Thu Aug 04 13:16:18 2005 +0000
@@ -22,6 +22,6 @@
 	d.a=1;
 	d.b=2;
 	d.c=3;
-	assert(bar(d)==3);
+	assert(bar(d)==6);
         return 0;
 }