# HG changeset patch # User thomask # Date 1173680450 0 # Node ID e135e029c72b3c38667b4c5d591b95c373f8dea0 # Parent 9b98cf1244064322060e96645abf6fa9a139abf7 fixed oracle diff -r 9b98cf124406 -r e135e029c72b run/s/static_38_A.d --- 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;