changeset 238:2bdcfe110943

fixed recur. struct tests
author thomask
date Thu, 13 Jan 2005 00:49:48 +0000
parents d1da3b19ce2b
children c2a96b326f61
files compile/struct_19.d compile/struct_20.d nocompile/struct_19.d nocompile/struct_20.d
diffstat 4 files changed, 32 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/compile/struct_19.d	Wed Jan 12 15:24:26 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Stewart Gordon <smjg_1998@yahoo.com>
-// @date@	2005-01-12
-// @uri@	news:cs2u76$18jn$1@digitaldaemon.com
-// @url@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674
-
-module dstress.compile.struct_19;
-
-struct MyStruct {
-    MyStruct s;
-} 
--- a/compile/struct_20.d	Wed Jan 12 15:24:26 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Stewart Gordon <smjg_1998@yahoo.com>
-// @date@	2005-01-12
-// @uri@	news:cs2u76$18jn$1@digitaldaemon.com
-// @url@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674
-
-module dstress.compile.struct_20;
-
-struct StructA {
-	StructB b;
-}
-
-struct StructB {
-	StructA a;
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/struct_19.d	Thu Jan 13 00:49:48 2005 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-01-12
+// @uri@	news:cs2u76$18jn$1@digitaldaemon.com
+// @url@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674
+
+module dstress.compile.struct_19;
+
+struct MyStruct {
+    MyStruct s;
+} 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/struct_20.d	Thu Jan 13 00:49:48 2005 +0000
@@ -0,0 +1,18 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-01-12
+// @uri@	news:cs2u76$18jn$1@digitaldaemon.com
+// @url@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674
+
+module dstress.compile.struct_20;
+
+struct StructA {
+	StructB b;
+}
+
+struct StructB {
+	StructA a;
+}