X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Reflection%2FAssemblyTest.cs;h=b3a9ba8012726d237f2048468e8fee5e77fee8a7;hb=2439f17bef29b0bf5ae4fc81a1e7f96514810ff5;hp=d8bbbeb169c09ad09f4ef3272961113f79f53f62;hpb=9a287c04126d095e7371afee32632febd0dafd93;p=mono.git diff --git a/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs b/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs index d8bbbeb169c..b3a9ba80127 100644 --- a/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs +++ b/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs @@ -322,7 +322,6 @@ namespace MonoTests.System.Reflection [Test] [Category ("AndroidNotWorking")] // Assemblies in Xamarin.Android cannot be accessed as FileStream - [Category ("StaticLinkedAotNotWorking")] // Can't find .dll files when bundled in .exe public void GetFiles_False () { Assembly corlib = typeof (int).Assembly; @@ -336,7 +335,6 @@ namespace MonoTests.System.Reflection [Test] [Category ("AndroidNotWorking")] // Assemblies in Xamarin.Android cannot be accessed as FileStream - [Category ("StaticLinkedAotNotWorking")] // Can't find .dll files when bundled in .exe public void GetFiles_True () { Assembly corlib = typeof (int).Assembly;