Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1325)

Unified Diff: visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs b/visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs
index c7218678d1902b1834503fc94636199843a9b1a2..de8a87bf1dc03c4be11799609bedb8dfc4860543 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/CompileTest.cs
@@ -19,7 +19,7 @@ namespace UnitTests
private static string SolutionBaseName_ = "CompileTest";
[ClassInitialize]
- public new static void ClassSetUp(TestContext testContext)
+ public static void ClassSetUp(TestContext testContext)
{
BaseCompileTest.ClassSetUp(testContext, SolutionBaseName_);
}

Powered by Google App Engine
This is Rietveld 408576698