Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2017-01-27 21:56:01 +0300
committerZoltan Varga <vargaz@gmail.com>2017-01-27 21:56:06 +0300
commit084f91256b05249f5f35973019561e6fefbdc053 (patch)
tree81e12b3c5203500a2abf987eccd68f0f5d9ce224
parent2aade3299a29124d5c24eb7444b0e225ae0ba9fa (diff)
[bcl] Use FULL_AOT_RUNTIME instead of MOBILE_STATIC to disable some tests. Fixes #51331.mono-4.8.0.478
-rw-r--r--mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs b/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
index 9e58a56eb14..c9670b9e961 100644
--- a/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
+++ b/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
@@ -823,7 +823,7 @@ namespace MonoTests.System.Runtime.InteropServices
);
#endif
-#if !MOBILE_STATIC
+#if !FULL_AOT_RUNTIME
[StructLayout( LayoutKind.Sequential, Pack = 1 )]
public class FourByteStruct
{