Index: test/mac/gyptest-depend-on-bundle.py |
diff --git a/test/mac/gyptest-depend-on-bundle.py b/test/mac/gyptest-depend-on-bundle.py |
index 486fbfe2da5aa26c52b22c63db38a77eea11e7d2..b8b06d4cc00985da9e6c17dd771d32a500b79098 100644 |
--- a/test/mac/gyptest-depend-on-bundle.py |
+++ b/test/mac/gyptest-depend-on-bundle.py |
@@ -8,12 +8,14 @@ |
Verifies that a dependency on a bundle causes the whole bundle to be built. |
""" |
+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']) |