Do not run 4GB string tests on low memory systems (fixes #38392)
[mono.git] / mcs / tests / test-132.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0ac9a98..d72dd97
@@ -2,7 +2,7 @@ using System.Reflection;
 
 class T {
        protected internal string s;
-       static int Main() {
+       public static int Main() {
                FieldInfo f = typeof(T).GetField ("s", BindingFlags.NonPublic|BindingFlags.Instance);
                if (f == null)
                        return 2;