Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Mono.Cecil.Tests/ImageReadTests.cs')
-rw-r--r--Test/Mono.Cecil.Tests/ImageReadTests.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/Mono.Cecil.Tests/ImageReadTests.cs b/Test/Mono.Cecil.Tests/ImageReadTests.cs
index de7a2cc..ef6ab06 100644
--- a/Test/Mono.Cecil.Tests/ImageReadTests.cs
+++ b/Test/Mono.Cecil.Tests/ImageReadTests.cs
@@ -101,6 +101,14 @@ namespace Mono.Cecil.Tests {
}
[Test]
+ public void AnyCPU32BitPreferred ()
+ {
+ TestModule ("anycpu32bitpreferred.exe", module => {
+ Assert.AreNotEqual (0, module.Image.Characteristics & 0x0020);
+ });
+ }
+
+ [Test]
public void X64ModuleTextOnlySection ()
{
TestModule ("hello.textonly.x64.exe", module => {