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 'mcs/tests/test-934.cs')
-rw-r--r--mcs/tests/test-934.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-934.cs b/mcs/tests/test-934.cs
index ba464e35e49..62b300d6054 100644
--- a/mcs/tests/test-934.cs
+++ b/mcs/tests/test-934.cs
@@ -10,6 +10,7 @@ class X
if (ReferenceEquals (a, b))
return 2;
+ a = new byte[0];
b = new byte[0];
if (a.Equals (b))
return 3;