changeset 241:1268141c5b17

fixed module names; thanks Stewart Gordon
author thomask
date Fri, 21 Jan 2005 23:39:37 +0000
parents 7aa29e681c0a
children c69c59de5477
files nocompile/struct_19.d nocompile/struct_20.d
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;