From f7b677b31cfd8e09342d9877cdb34b81d1c0eddd Mon Sep 17 00:00:00 2001 From: k-hara Date: Sat, 10 Nov 2012 22:32:15 +0900 Subject: [PATCH] Mask test8376 --- test/runnable/test42.d | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/runnable/test42.d b/test/runnable/test42.d index 6cead0316af8..73906112cece 100644 --- a/test/runnable/test42.d +++ b/test/runnable/test42.d @@ -5354,7 +5354,9 @@ void test8340(){ /***************************************************/ // 8376 -void test8376() { +void test8376() +{ +/+ int i = 0; int[2] a; a[1]=1; @@ -5362,6 +5364,7 @@ void test8376() { if(a[i]) continue; a[i] = 1; } ++/ } /***************************************************/