changeset 1594:c970971fb408

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.
author Christian Kamm <kamm incasoftware de>
date Thu, 28 Aug 2008 17:33:00 +0200
parents a2c2122f2f66
children a61400c92052
files nocompile/a/arrayOp_01.d
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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 <smjg_1998@yahoo.com>
-// @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;
-}