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

Loading…
Cancel
Save