| Index: test/mac/gyptest-sourceless-module.py
|
| diff --git a/test/mac/gyptest-sourceless-module.py b/test/mac/gyptest-sourceless-module.py
|
| index c34bc546bd1e68249ef41f7b72b3f60421422a4f..f2801c20aa2397db3d5e03c4a687f932fbb3ba34 100644
|
| --- a/test/mac/gyptest-sourceless-module.py
|
| +++ b/test/mac/gyptest-sourceless-module.py
|
| @@ -8,12 +8,14 @@
|
| Verifies that bundles that have no 'sources' (pure resource containers) work.
|
| """
|
|
|
| +from __future__ import print_function
|
| +
|
| import TestGyp
|
|
|
| import sys
|
|
|
| if sys.platform == 'darwin':
|
| - print "This test is currently disabled: https://crbug.com/483696."
|
| + print("This test is currently disabled: https://crbug.com/483696.")
|
| sys.exit(0)
|
|
|
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
|
|
|