Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/tests/marshal1.cs')
-rwxr-xr-xmono/tests/marshal1.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mono/tests/marshal1.cs b/mono/tests/marshal1.cs
index acdce6e0ab9..fff98171cf8 100755
--- a/mono/tests/marshal1.cs
+++ b/mono/tests/marshal1.cs
@@ -8,9 +8,6 @@ public class Test {
byte [] bytedest = new byte [20];
IntPtr dest = Marshal.AllocHGlobal (1024);
-
- foreach (byte b in bytesrc)
- b = 0;
bytesrc [2] = 2;
bytesrc [11] = 11;