diff dmd/SymOffExp.d @ 129:010eb8f0e18d

further work on dmd test suite
author korDen
date Sun, 05 Sep 2010 15:32:22 +0400
parents e28b18c23469
children 60bb0fe4563e
line wrap: on
line diff
--- a/dmd/SymOffExp.d	Sat Sep 04 01:33:05 2010 +0100
+++ b/dmd/SymOffExp.d	Sun Sep 05 15:32:22 2010 +0400
@@ -75,7 +75,7 @@
 
 	override bool isBool(bool result)
 	{
-		assert(false);
+		return result;
 	}
 
 	override Expression doInline(InlineDoState ids)