Index: test/win/gyptest-link-defrelink.py |
diff --git a/test/win/gyptest-link-defrelink.py b/test/win/gyptest-link-defrelink.py |
index cec0ea1870df9c5dda21e5eacd63a0e77b54810b..cb3f86bb0e5114eed631b0684bf970a56e93c3f0 100644 |
--- a/test/win/gyptest-link-defrelink.py |
+++ b/test/win/gyptest-link-defrelink.py |
@@ -8,12 +8,14 @@ |
Make sure a relink is performed when a .def file is touched. |
""" |
+from __future__ import print_function |
+ |
import TestGyp |
import sys |
if sys.platform == 'win32': |
- 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=['msvs', 'ninja']) |