You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@ -93,7 +93,6 @@ namespace Mono.Cecil.Tests {
|
||||
});
|
||||
}
|
||||
|
||||
#if !READ_ONLY
|
||||
[Test]
|
||||
public void DefineSecurityDeclarationByBlob ()
|
||||
{
|
||||
@ -126,7 +125,6 @@ namespace Mono.Cecil.Tests {
|
||||
Assert.AreEqual ("System.String", argument.Type.FullName);
|
||||
Assert.AreEqual (permission_set, argument.Value);
|
||||
}
|
||||
#endif
|
||||
|
||||
[Test]
|
||||
public void SecurityDeclarationWithoutAttributes ()
|
||||
|
Reference in New Issue
Block a user