| 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;
|
|
|