changeset 1431:e135e029c72b

fixed oracle
author thomask
date Mon, 12 Mar 2007 06:20:50 +0000
parents 9b98cf124406
children 6cb2d67138cd
files run/s/static_38_A.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/s/static_38_A.d	Mon Mar 12 06:20:35 2007 +0000
+++ b/run/s/static_38_A.d	Mon Mar 12 06:20:50 2007 +0000
@@ -19,7 +19,7 @@
 
 int main(){
 	static x = test("hello");
-	if("hel" != x){
+	if("el" != x){
 		assert(0);
 	}
 	return 0;