Index: test/mac/gyptest-rebuild.py |
diff --git a/test/mac/gyptest-rebuild.py b/test/mac/gyptest-rebuild.py |
index e615d067867d8dd5f5231dbc84579135f01781d1..c7d8cad02d556355397f7340559e99a802526e1d 100755 |
--- a/test/mac/gyptest-rebuild.py |
+++ b/test/mac/gyptest-rebuild.py |
@@ -8,12 +8,14 @@ |
Verifies that app bundles are rebuilt correctly. |
""" |
+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']) |