# HG changeset patch # User thomask # Date 1173013625 0 # Node ID 7300d411e85c11cda46c92a6c21272b4e42e3d93 # Parent 86c0a56d75474f1a9ffe66e2accadb810a3024ce added bugzilla uri diff -r 86c0a56d7547 -r 7300d411e85c nocompile/bounds_checking_01.d --- a/nocompile/bounds_checking_01.d Sun Mar 04 13:06:49 2007 +0000 +++ b/nocompile/bounds_checking_01.d Sun Mar 04 13:07:05 2007 +0000 @@ -2,7 +2,10 @@ // $Date$ // $Author$ -// __DSTRESS_ELINE__ 11 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1019 +// @desc@ [Issue 1019] regression: Error: array index X is out of bounds [0 .. Y] + +// __DSTRESS_ELINE__ 14 module dstress.nocompile.bounds_checking_01; diff -r 86c0a56d7547 -r 7300d411e85c nocompile/bounds_checking_02.d --- a/nocompile/bounds_checking_02.d Sun Mar 04 13:06:49 2007 +0000 +++ b/nocompile/bounds_checking_02.d Sun Mar 04 13:07:05 2007 +0000 @@ -2,7 +2,10 @@ // $Date$ // $Author$ -// __DSTRESS_ELINE__ 11 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1019 +// @desc@ [Issue 1019] regression: Error: array index X is out of bounds [0 .. Y] + +// __DSTRESS_ELINE__ 14 module dstress.nocompile.bounds_checking_02; diff -r 86c0a56d7547 -r 7300d411e85c nocompile/bounds_checking_04.d --- a/nocompile/bounds_checking_04.d Sun Mar 04 13:06:49 2007 +0000 +++ b/nocompile/bounds_checking_04.d Sun Mar 04 13:07:05 2007 +0000 @@ -2,7 +2,10 @@ // $Date$ // $Author$ -// __DSTRESS_ELINE__ 12 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1019 +// @desc@ [Issue 1019] regression: Error: array index X is out of bounds [0 .. Y] + +// __DSTRESS_ELINE__ 15 module dstress.nocompile.bounds_checking_04; diff -r 86c0a56d7547 -r 7300d411e85c nocompile/bounds_checking_05.d --- a/nocompile/bounds_checking_05.d Sun Mar 04 13:06:49 2007 +0000 +++ b/nocompile/bounds_checking_05.d Sun Mar 04 13:07:05 2007 +0000 @@ -2,7 +2,10 @@ // $Date$ // $Author$ -// __DSTRESS_ELINE__ 12 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1019 +// @desc@ [Issue 1019] regression: Error: array index X is out of bounds [0 .. Y] + +// __DSTRESS_ELINE__ 15 module dstress.nocompile.bounds_checking_05;