You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.160
Former-commit-id: 090371aae4deb2cffdeada14f23b6a47fbe7f087
This commit is contained in:
parent
9bb6ebb3d2
commit
0875d0d9cd
@ -120,6 +120,13 @@ namespace MonoTests.System.Runtime.InteropServices
|
||||
Assert.IsTrue (size == 4 || size == 8);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public unsafe void Sizeof_Void ()
|
||||
{
|
||||
int size = Marshal.SizeOf (typeof (void));
|
||||
Assert.AreEqual (1, size);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void PtrToStringWithNull ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user