[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / tests / test-async-63.cs
index bd3e5f0c31766b2a941d25f51828c0da4e0a912b..4572d7e2eda3e3cc4acf76583643d0e333f3422f 100644 (file)
@@ -67,7 +67,7 @@ class C
 
                TestSingleAwait (false).Wait ();
                if (counter != 2)
-                       return 1;
+                       return 2;
 
                counter = 0;