# HG changeset patch # User thomask # Date 1106350777 0 # Node ID 1268141c5b17df2e895a1fb936fc339b6c25bd41 # Parent 7aa29e681c0a7901971179571501f6c6fd7a0af1 fixed module names; thanks Stewart Gordon diff -r 7aa29e681c0a -r 1268141c5b17 nocompile/struct_19.d --- a/nocompile/struct_19.d Thu Jan 20 19:39:40 2005 +0000 +++ b/nocompile/struct_19.d Fri Jan 21 23:39:37 2005 +0000 @@ -7,7 +7,7 @@ // @uri@ news:cs2u76$18jn$1@digitaldaemon.com // @url@ nttp://news.digitalmars.com/digitalmars.D.bugs/2674 -module dstress.compile.struct_19; +module dstress.nocompile.struct_19; struct MyStruct { MyStruct s; diff -r 7aa29e681c0a -r 1268141c5b17 nocompile/struct_20.d --- a/nocompile/struct_20.d Thu Jan 20 19:39:40 2005 +0000 +++ b/nocompile/struct_20.d Fri Jan 21 23:39:37 2005 +0000 @@ -7,7 +7,7 @@ // @uri@ news:cs2u76$18jn$1@digitaldaemon.com // @url@ nttp://news.digitalmars.com/digitalmars.D.bugs/2674 -module dstress.compile.struct_20; +module dstress.nocompile.struct_20; struct StructA { StructB b;