Index: test/rules-dirname/gyptest-dirname.py |
diff --git a/test/rules-dirname/gyptest-dirname.py b/test/rules-dirname/gyptest-dirname.py |
index 9b8949b32c8fae02a07c314fb7b68be251060088..da5429cbad4e30c2a14d467f3fc441ff4696439a 100755 |
--- a/test/rules-dirname/gyptest-dirname.py |
+++ b/test/rules-dirname/gyptest-dirname.py |
@@ -8,12 +8,14 @@ |
Verifies simple rules when using an explicit build target of 'all'. |
""" |
+from __future__ import print_function |
+ |
import TestGyp |
import os |
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) |