Index: test/mac/gyptest-missing-cfbundlesignature.py |
diff --git a/test/mac/gyptest-missing-cfbundlesignature.py b/test/mac/gyptest-missing-cfbundlesignature.py |
index 43cab77bdfd618ff7659ea9a44b97cbd6526546e..be66492467c8d7033bbe289564c52cbe26b3c762 100644 |
--- a/test/mac/gyptest-missing-cfbundlesignature.py |
+++ b/test/mac/gyptest-missing-cfbundlesignature.py |
@@ -8,12 +8,14 @@ |
Verifies that an Info.plist with CFBundleSignature works. |
""" |
+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']) |