| Index: pylib/gyp/MSVSSettings_test.py
|
| diff --git a/pylib/gyp/MSVSSettings_test.py b/pylib/gyp/MSVSSettings_test.py
|
| index d24dcac4d5e13e78061d56ddf18a1c291366c4ea..bf6ea6b802ff91f23780635e380a32c4744d1686 100755
|
| --- a/pylib/gyp/MSVSSettings_test.py
|
| +++ b/pylib/gyp/MSVSSettings_test.py
|
| @@ -296,7 +296,7 @@ class TestSequenceFunctions(unittest.TestCase):
|
| 'BuildingInIDE': 'true',
|
| 'CallingConvention': 'Cdecl',
|
| 'CompileAs': 'CompileAsC',
|
| - 'CompileAsManaged': 'Pure',
|
| + 'CompileAsManaged': 'true',
|
| 'CreateHotpatchableImage': 'true',
|
| 'DebugInformationFormat': 'ProgramDatabase',
|
| 'DisableLanguageExtensions': 'true',
|
|
|