Skip to content

Commit

Permalink
Merge branch 'PR1258'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Oct 7, 2018
2 parents fbb3f23 + f4613de commit cfcb73f
Show file tree
Hide file tree
Showing 14 changed files with 8,696 additions and 132 deletions.
5 changes: 4 additions & 1 deletion ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs
Expand Up @@ -121,7 +121,10 @@ public void ExceptionHandling([ValueSource("defaultOptions")] CSharpCompilerOpti
[Test] [Test]
public void Switch([ValueSource("defaultOptions")] CSharpCompilerOptions cscOptions) public void Switch([ValueSource("defaultOptions")] CSharpCompilerOptions cscOptions)
{ {
RunForLibrary(cscOptions: cscOptions); RunForLibrary(cscOptions: cscOptions, decompilerSettings: new DecompilerSettings {
// legacy csc generates a dead store in debug builds
RemoveDeadCode = (cscOptions == CSharpCompilerOptions.None)
});
} }


[Test] [Test]
Expand Down

0 comments on commit cfcb73f

Please sign in to comment.