| Index: test/mac/gyptest-framework.py
|
| diff --git a/test/mac/gyptest-framework.py b/test/mac/gyptest-framework.py
|
| index 553cc9f648f847eab811a095505f7d9b88415661..faf05cf3139102647a31f5a25221b7f9e3ad6a13 100755
|
| --- a/test/mac/gyptest-framework.py
|
| +++ b/test/mac/gyptest-framework.py
|
| @@ -8,13 +8,15 @@
|
| Verifies that app bundles are built correctly.
|
| """
|
|
|
| +from __future__ import print_function
|
| +
|
| import TestGyp
|
|
|
| import os
|
| 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)
|
|
|
|
|
|
|