| Index: test/rules/gyptest-default.py
|
| diff --git a/test/rules/gyptest-default.py b/test/rules/gyptest-default.py
|
| index 65b79dacd68d2046d070917423ec5dfd7dd365a9..5d01094197bb1ebadf9699380acee79607a42f5b 100755
|
| --- a/test/rules/gyptest-default.py
|
| +++ b/test/rules/gyptest-default.py
|
| @@ -8,10 +8,12 @@
|
| Verifies simple rules when using an explicit build target of 'all'.
|
| """
|
|
|
| +from __future__ import print_function
|
| +
|
| 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)
|
|
|
|
|
|
|