summaryrefslogtreecommitdiff
path: root/deps/gyp/pylib/gyp/MSVSSettings_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/pylib/gyp/MSVSSettings_test.py')
-rwxr-xr-xdeps/gyp/pylib/gyp/MSVSSettings_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/gyp/pylib/gyp/MSVSSettings_test.py b/deps/gyp/pylib/gyp/MSVSSettings_test.py
index 9bd37ec348..bf6ea6b802 100755
--- a/deps/gyp/pylib/gyp/MSVSSettings_test.py
+++ b/deps/gyp/pylib/gyp/MSVSSettings_test.py
@@ -267,7 +267,7 @@ class TestSequenceFunctions(unittest.TestCase):
'Warning: for VCCLCompilerTool/BrowseInformation, '
"invalid literal for int() with base 10: 'fdkslj'",
'Warning: for VCCLCompilerTool/CallingConvention, '
- 'index value (-1) not in expected range [0, 3)',
+ 'index value (-1) not in expected range [0, 4)',
'Warning: for VCCLCompilerTool/DebugInformationFormat, '
'converted value for 2 not specified.',
'Warning: unrecognized setting VCCLCompilerTool/Enableprefast',
@@ -296,7 +296,7 @@ class TestSequenceFunctions(unittest.TestCase):
'BuildingInIDE': 'true',
'CallingConvention': 'Cdecl',
'CompileAs': 'CompileAsC',
- 'CompileAsManaged': 'Pure',
+ 'CompileAsManaged': 'true',
'CreateHotpatchableImage': 'true',
'DebugInformationFormat': 'ProgramDatabase',
'DisableLanguageExtensions': 'true',