[xbuild] Use the env var $MSBuildExtensionsPath before trying other paths.
[mono.git] / mcs / tests / test-591.cs
index a4dbbc68ede78b3a5251c767a6622b6c73dde4c8..51508f7299358bc9287e9a297bbe8eb063b97b78 100644 (file)
@@ -17,7 +17,8 @@ class C2
 {
        public static void Main ()
        {
-               const object o = null;
-               const string s = (string) o;
+               // BUG compatibility for now
+               //const object o = null;
+               //const string s = (string) o;
        }
 }