Browse Source

Don't run test with [roslyn optimize].

pull/903/head
mohe2015 9 years ago
parent
commit
69dae9d5c2
  1. 2
      ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs

2
ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs

@ -177,7 +177,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -177,7 +177,7 @@ namespace ICSharpCode.Decompiler.Tests
}
[Test]
public void FixProxyCalls([ValueSource("defaultOptions")] CompilerOptions cscOptions)
public void FixProxyCall([Values(CompilerOptions.None, CompilerOptions.Optimize, CompilerOptions.UseRoslyn)] CompilerOptions cscOptions)
{
Run(cscOptions: cscOptions);
}

Loading…
Cancel
Save