Browse Source

Force StackTests to use 32-bit runner

pull/2642/head
Siegfried Pammer 3 years ago
parent
commit
d85759f505
  1. 3
      ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

3
ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs

@ -270,7 +270,8 @@ namespace ICSharpCode.Decompiler.Tests
[Test] [Test]
public async Task StackTests() public async Task StackTests()
{ {
await RunIL("StackTests.il"); // IL contains .corflags = 32BITREQUIRED
await RunIL("StackTests.il", asmOptions: AssemblerOptions.Force32Bit);
} }
[Test] [Test]

Loading…
Cancel
Save