You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -28,7 +28,7 @@ namespace MonoTests.System.Runtime.InteropServices
|
||||
public int field;
|
||||
}
|
||||
|
||||
class ClsNoLayout {
|
||||
public class ClsNoLayout {
|
||||
public int field;
|
||||
}
|
||||
|
||||
@ -173,12 +173,12 @@ namespace MonoTests.System.Runtime.InteropServices
|
||||
Marshal.FreeHGlobal (ptr);
|
||||
}
|
||||
|
||||
struct Foo {
|
||||
int a;
|
||||
static int b;
|
||||
long c;
|
||||
static char d;
|
||||
int e;
|
||||
public struct Foo {
|
||||
public int a;
|
||||
public static int b;
|
||||
public long c;
|
||||
public static char d;
|
||||
public int e;
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user