Browse Source

fix overloads in unit tests

pull/348/head
Siegfried Pammer 14 years ago
parent
commit
8929b2c165
  1. 4
      ICSharpCode.Decompiler/Tests/TestRunner.cs

4
ICSharpCode.Decompiler/Tests/TestRunner.cs

@ -61,7 +61,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -61,7 +61,7 @@ namespace ICSharpCode.Decompiler.Tests
[Test]
public void ExceptionHandling()
{
TestFile(@"..\..\Tests\ExceptionHandling.cs", false);
TestFile(@"..\..\Tests\ExceptionHandling.cs", optimize: false);
}
[Test]
@ -79,7 +79,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -79,7 +79,7 @@ namespace ICSharpCode.Decompiler.Tests
[Test]
public void ControlFlowWithDebug()
{
TestFile(@"..\..\Tests\ControlFlow.cs", false, true);
TestFile(@"..\..\Tests\ControlFlow.cs", optimize: false, useDebug: true);
}
[Test]

Loading…
Cancel
Save