X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-45.cs;h=65a8268bffba89ea5ba7648b4b1beb76e78761e7;hb=919a03d17d36604f05e1d99c3f9f26a1509e9655;hp=0cd4bf49be413f7efce3d3cc17382b8cf3260201;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/tests/test-45.cs b/mcs/tests/test-45.cs index 0cd4bf49be4..65a8268bffb 100644 --- a/mcs/tests/test-45.cs +++ b/mcs/tests/test-45.cs @@ -35,6 +35,8 @@ public class Blah { sbyte [] s_arr = { 10, 15, 30, 123 }; + int[,,] ints = new int[,,] { }; + if (a [2] != 6) return 1;