You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.106
Former-commit-id: 03fab0f68b93e237c47a03f7d3793d7f5d7c276d
This commit is contained in:
parent
c34b058d3e
commit
fee6ab6a16
@@ -254,6 +254,15 @@ namespace Mono.Cecil.Tests {
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetNonExistentTypeRuntimeName ()
|
||||
{
|
||||
using (var module = GetResourceModule ("libhello.dll")) {
|
||||
var type = module.GetType ("DoesNotExist", runtimeName: true);
|
||||
Assert.IsNull (type);
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void OpenModuleImmediate ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user