Browse Source

Fix build.

pull/2126/head
Siegfried Pammer 5 years ago
parent
commit
3ed1055bdf
  1. 3
      ICSharpCode.Decompiler.Tests/UglyTestRunner.cs

3
ICSharpCode.Decompiler.Tests/UglyTestRunner.cs

@ -95,7 +95,8 @@ namespace ICSharpCode.Decompiler.Tests
public void NoForEachStatement([ValueSource(nameof(defaultOptions))] CompilerOptions cscOptions) public void NoForEachStatement([ValueSource(nameof(defaultOptions))] CompilerOptions cscOptions)
{ {
RunForLibrary(cscOptions: cscOptions, decompilerSettings: new DecompilerSettings { RunForLibrary(cscOptions: cscOptions, decompilerSettings: new DecompilerSettings {
ForEachStatement = false ForEachStatement = false,
UseEnhancedUsing = false,
}); });
} }

Loading…
Cancel
Save