Index: test/mac/gyptest-sdkroot.py |
diff --git a/test/mac/gyptest-sdkroot.py b/test/mac/gyptest-sdkroot.py |
index f7d41cd25a02a44428bbaa9b148974ac3bc660eb..f8edbaa583de1be66d4812d4edd04f07c46ff6be 100644 |
--- a/test/mac/gyptest-sdkroot.py |
+++ b/test/mac/gyptest-sdkroot.py |
@@ -8,6 +8,8 @@ |
Verifies that setting SDKROOT works. |
""" |
+from __future__ import print_function |
+ |
import TestGyp |
import os |
@@ -16,7 +18,7 @@ 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']) |