[mini] Adjust some test suites to work under mobile.
[mono.git] / mono / mini / devirtualization.cs
index bf1134be6bb765cbed3bab6e178cd595a00106d3..14b3f9b15719f2b4ae8449455ee9711501120d1d 100644 (file)
@@ -86,11 +86,13 @@ sealed public class SealedFinal : Middle {
 }
 
 
-class Tests {
+class DevirtualizationTests {
 
+#if !__MOBILE__
        static int Main  (string[] args) {
                return TestDriver.RunTests (typeof (Tests), args);
        }
+#endif
        
        static public int test_0_sealed_class_devirt_right_method () {
                SealedFinal x = new SealedFinal ();