changeset 454:cebb2a0f96d0

doppelgaenger cleanup
author thomask
date Tue, 19 Apr 2005 15:03:38 +0000
parents e55b5641ca2c
children eb48a28e2431
files nocompile/double_22.d nocompile/double_24.d nocompile/version_29.d nocompile/version_36.d norun/bounds_checking_02.d norun/bounds_checking_06.d
diffstat 6 files changed, 39 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/nocompile/double_22.d	Tue Apr 19 12:10:31 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// __DSTRESS_ELINE__ 9
-
-module dstress.nocompile.double_22;
-
-double d = 1.1i;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/double_24.d	Tue Apr 19 15:03:38 2005 +0000
@@ -0,0 +1,9 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 9
+
+module dstress.nocompile.double_24;
+
+double d = 1.1i;
--- a/nocompile/version_29.d	Tue Apr 19 12:10:31 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// __DSTRESS_ELINE__ 10
-
-module dstress.nocompile.version_29;
-
-version(A){
-	static assert(0);
-}else{
-	version=A;
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/version_36.d	Tue Apr 19 15:03:38 2005 +0000
@@ -0,0 +1,13 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 10
+
+module dstress.nocompile.version_36;
+
+version(A){
+	static assert(0);
+}else{
+	version=A;
+}
--- a/norun/bounds_checking_02.d	Tue Apr 19 12:10:31 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-// $HeadURL$
-// $Date$
-// $Author$
-
-// __DSTRESS_ELINE__ 12
-
-module dstress.norun.bounds_checking_02;
-
-static ~this(){
-	int[] arr;
-	arr.length=3;
-	arr[4]=4;
-}
-
-int main(){
-	return 0;
-}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/norun/bounds_checking_06.d	Tue Apr 19 15:03:38 2005 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// __DSTRESS_ELINE__ 12
+
+module dstress.norun.bounds_checking_06;
+
+static ~this(){
+	int[] arr;
+	arr.length=3;
+	arr[4]=4;
+}
+
+int main(){
+	return 0;
+}