From 681641948b0fa1315a266382044f5e13f4c72155 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 3 Dec 2016 23:59:02 +0100 Subject: [PATCH] Fix build. --- ICSharpCode.Decompiler/Tests/PrettyTestRunner.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ICSharpCode.Decompiler/Tests/PrettyTestRunner.cs b/ICSharpCode.Decompiler/Tests/PrettyTestRunner.cs index d7bc7d49f..fe0a85658 100644 --- a/ICSharpCode.Decompiler/Tests/PrettyTestRunner.cs +++ b/ICSharpCode.Decompiler/Tests/PrettyTestRunner.cs @@ -97,12 +97,6 @@ namespace ICSharpCode.Decompiler.Tests Run(cscOptions: cscOptions); } - [Test] - public void TypeInference([ValueSource("defaultOptions")] CompilerOptions cscOptions) - { - Run(cscOptions: cscOptions); - } - [Test, Ignore("Not implemented")] public void YieldReturn([ValueSource("defaultOptions")] CompilerOptions cscOptions) {