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

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

Issue 10823267: NaCl VS Addin Crash Fix (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PropertyManager.cs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/UnitTests/PluginDebuggerGDBTest.cs
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/PluginDebuggerGDBTest.cs b/visual_studio/NativeClientVSAddIn/UnitTests/PluginDebuggerGDBTest.cs
index 77e54df6c18d3f67d4197ed16ac0eb230a9c6999..6f54d083a523ee42aca8753d61257c29e1a65dde 100644
--- a/visual_studio/NativeClientVSAddIn/UnitTests/PluginDebuggerGDBTest.cs
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/PluginDebuggerGDBTest.cs
@@ -101,7 +101,7 @@ namespace UnitTests
NativeClientVSAddIn.Strings.SDKPathEnvironmentVariable);
case "NaClIrtPath": return @"fake\Irt\Path";
case "NaClManifestPath": return string.Empty;
- case "PlatformToolset": return "win_x86_newlib";
+ case "ToolchainName": return "newlib";
}
break;
« no previous file with comments | « visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PropertyManager.cs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698