| Index: test/msvs/config_attrs/gyptest-config_attrs.py
|
| diff --git a/test/msvs/config_attrs/gyptest-config_attrs.py b/test/msvs/config_attrs/gyptest-config_attrs.py
|
| index d5603744dbbf63805778cd80daac5fdc6f68551a..29a8022bd4eee7304856d6c09ad89498920f714c 100644
|
| --- a/test/msvs/config_attrs/gyptest-config_attrs.py
|
| +++ b/test/msvs/config_attrs/gyptest-config_attrs.py
|
| @@ -10,13 +10,15 @@ msbuild_configuration_attributes are applied by using
|
| them to set the OutputDirectory.
|
| """
|
|
|
| +from __future__ import print_function
|
| +
|
| import TestGyp
|
| import os
|
|
|
| import sys
|
|
|
| if sys.platform == 'win32':
|
| - print "This test is currently disabled: https://crbug.com/483696."
|
| + print("This test is currently disabled: https://crbug.com/483696.")
|
| sys.exit(0)
|
|
|
|
|
|
|