2009-02-28 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / tests / test-211.cs
index 3835d2bccd5b2f3ace5f52ef3906e529303f0cae..81eecb75f647f862e5bbcd19e8b990c59811c80e 100644 (file)
@@ -51,7 +51,7 @@ class Z
                // Compile this:
                //
 
-               int b = (Int32)int.Parse ("1");
+               int b = (System.Int32)int.Parse ("1");
                return 0;
        }
 }