changeset 634:9648211b1961

svn maintenance
author thomask
date Sun, 14 Aug 2005 10:30:59 +0000
parents 653cbe20c878
children 2e6f4da338cd
files nocompile/c/case_03.d nocompile/case_01.d nocompile/o/opAssign_02_D.d
diffstat 3 files changed, 25 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/c/case_03.d	Sun Aug 14 10:30:59 2005 +0000
@@ -0,0 +1,24 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Rev <Rev_member@pathlink.com>
+// @date@	2005-02-13
+// @uri@	news:cunl9i$15r2$1@digitaldaemon.com
+// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/2966
+
+// __DSTRESS_ELINE__ 22
+
+module dstress.nocompile.c.case_03;
+
+char[] getString(){
+	return "i";
+}
+
+void test(){
+	char[] hold;
+	switch(hold) {
+		case "":
+		case getString():
+	}
+}
--- a/nocompile/case_01.d	Sun Aug 14 10:27:31 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// @author@	Rev <Rev_member@pathlink.com>
-// @date@	2005-02-13
-// @uri@	news:cunl9i$15r2$1@digitaldaemon.com
-// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/2966
-
-// __DSTRESS_ELINE__ 22
-
-module dstress.nocompile.case_01;
-
-char[] getString(){
-	return "i";
-}
-
-void test(){
-	char[] hold;
-	switch(hold) {
-		case "":
-		case getString():
-	}
-}
--- a/nocompile/o/opAssign_02_D.d	Sun Aug 14 10:27:31 2005 +0000
+++ b/nocompile/o/opAssign_02_D.d	Sun Aug 14 10:30:59 2005 +0000
@@ -6,7 +6,7 @@
 // @date@	2005-07-14
 // @uri@	news:db61j4$2ved$1@digitaldaemon.com
 
-// __DSTRESS_ELINE__ 15
+// __DSTRESS_ELINE__ 19
 
 module dstress.nocompile.o.opAssign_02_D;