Index: test/mac/gyptest-xcode-env-order.py |
diff --git a/test/mac/gyptest-xcode-env-order.py b/test/mac/gyptest-xcode-env-order.py |
index 6e7ca2413fc8d6c2b6147f4f4efae7a86efbf53a..bda19988b2fca3987243553b5c9f531a657033d8 100755 |
--- a/test/mac/gyptest-xcode-env-order.py |
+++ b/test/mac/gyptest-xcode-env-order.py |
@@ -8,6 +8,8 @@ |
Verifies that dependent Xcode settings are processed correctly. |
""" |
+from __future__ import print_function |
+ |
import TestGyp |
import TestMac |
@@ -15,7 +17,7 @@ import subprocess |
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']) |