[mobile_static] Fix test by replicating monotouch behavior
[mono.git] / mcs / class / corlib / Test / System.Reflection / AssemblyTest.cs
index 12c258450061c3342cf42bac8fb083819ab5d86a..fab8bf689cc4346ba350148b4b7b2867258ac3c8 100644 (file)
@@ -249,7 +249,7 @@ namespace MonoTests.System.Reflection
                public void Corlib_test ()
                {
                        Assembly corlib_test = Assembly.GetExecutingAssembly ();
-#if MONODROID
+#if MONODROID || MOBILE_STATIC
                        Assert.IsNull (corlib_test.EntryPoint, "EntryPoint");
                        Assert.IsNull (corlib_test.Evidence, "Evidence");
 #elif MOBILE