# HG changeset patch # User thomask # Date 1113923018 0 # Node ID cebb2a0f96d0b7f102d5d8427f8d3549599c8fd4 # Parent e55b5641ca2c3f1f70bf4541641782771b969780 doppelgaenger cleanup diff -r e55b5641ca2c -r cebb2a0f96d0 nocompile/double_22.d --- 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; diff -r e55b5641ca2c -r cebb2a0f96d0 nocompile/double_24.d --- /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; diff -r e55b5641ca2c -r cebb2a0f96d0 nocompile/version_29.d --- 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; -} diff -r e55b5641ca2c -r cebb2a0f96d0 nocompile/version_36.d --- /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; +} diff -r e55b5641ca2c -r cebb2a0f96d0 norun/bounds_checking_02.d --- 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 diff -r e55b5641ca2c -r cebb2a0f96d0 norun/bounds_checking_06.d --- /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; +}