* StringTest.cs: Added test for Concat when one of the arguments is an
[mono.git] / mono / mini / arrays.cs
index 1a200c37885aa4ac293e1049731ff02fa78a03f2..380f7c7cd1c0d99ca3974fdd533df15f08fc1d96 100644 (file)
@@ -93,7 +93,7 @@ class Tests {
        }
 
        /* Regression test for #30073 */
-       public static test_0_newarr_emulation () {
+       public static int test_0_newarr_emulation () {
                double d = 500;
                checked {
                        double [] arr = new double [(int)d];