# HG changeset patch # User Christian Kamm # Date 1219937580 -7200 # Node ID c970971fb4083d28bb2304301974a2ffc176a1b5 # Parent a2c2122f2f66d80171adc0f1eaec099851b1ea03 Remove nocompile/a/arrayOp_01: since array ops are now supported, it is no longer valid and needs to be replaced by a set of array op tests. diff -r a2c2122f2f66 -r c970971fb408 nocompile/a/arrayOp_01.d --- a/nocompile/a/arrayOp_01.d Thu Aug 28 17:30:16 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -// $HeadURL$ -// $Date$ -// $Author$ - -// @author@ Stewart Gordon -// @date@ 2005-12-12 -// @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=5835 - -// __DSTRESS_ELINE__ 15 - -module dstress.nocompile.a.arrayOp_01; - -void main() { - static int[] x = [ 3, 4, 6 ]; - int[] z = x[] + 8; -}