From bde6cc40bc6d6096606ff06c76deed0b5f0caa63 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 22 Dec 2016 10:20:40 -0800 Subject: [PATCH] Fix compile failure --- .../PrecompileRunCommandTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs index 8493d81934..b4da0d6a42 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design.Test/PrecompileRunCommandTest.cs @@ -179,7 +179,6 @@ Options: private static string GetToolVersion() { return typeof(Program) - .GetTypeInfo() .Assembly .GetCustomAttribute() .InformationalVersion;