[runtime] Synthesize IList and IReadOnlyList for the element type of enum errays...
[mono.git] / mono / tests / string.cs
index f2e899bda934bf70d82722a530f47da5b8f1bec4..032884b2a9bfb294d8ceadd95f136a8c9f0d4fc0 100644 (file)
@@ -14,6 +14,8 @@ public class TestString {
                        return 3;
                if (System.Object.ReferenceEquals(c, String.Concat(b, "a")))
                        return 4;
+               if (!Object.ReferenceEquals (String.Empty, ""))
+                       return 5;
                return 0;
        }
 }