We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e178c commit d2541b3Copy full SHA for d2541b3
1 file changed
test/MsgPack.UnitTest/MessagePackObjectTest.Miscs.cs
@@ -1,4 +1,4 @@
1
-#region -- License Terms --
+#region -- License Terms --
2
//
3
// MessagePack for CLI
4
@@ -131,7 +131,7 @@ public void TestToString_ExtendedTypeObject_AsIs()
131
[Test]
132
public void TestToString_AllPossibleTypes_Success()
133
{
134
-#if MONO || XAMDROID
+#if MONO || ENABLE_MONO || ( XAMARIN && !AOT )
135
Assert.Inconclusive( "Mono Regex causes StackOverflow... ");
136
#endif
137
TestToStringCore(
0 commit comments