From 69dae9d5c20f924cefc031d3c0b8223cd235eeeb Mon Sep 17 00:00:00 2001 From: mohe2015 Date: Mon, 9 Oct 2017 12:06:39 +0200 Subject: [PATCH] Don't run test with [roslyn optimize]. --- ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs b/ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs index 83314cdea..91c84a9db 100644 --- a/ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs +++ b/ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs @@ -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); }