Do not run 4GB string tests on low memory systems (fixes #38392)
[mono.git] / mcs / tests / test-689.cs
old mode 100755 (executable)
new mode 100644 (file)
index ee94dc8..658faa1
@@ -17,6 +17,7 @@ public struct Sample
        
        public static void Main ()
        {
+               int i = (global::System.Int32)1;
        }
 }