Index: test/win/gyptest-rc-build.py |
diff --git a/test/win/gyptest-rc-build.py b/test/win/gyptest-rc-build.py |
index a6e4d360f64b170f644de424ef3e8d25382dfd20..4df33ab5d959df618ccd679412c575683632973a 100644 |
--- a/test/win/gyptest-rc-build.py |
+++ b/test/win/gyptest-rc-build.py |
@@ -8,12 +8,14 @@ |
Make sure we build and include .rc files. |
""" |
+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']) |