Index: test/win/gyptest-cl-enable-enhanced-instruction-set.py |
diff --git a/test/win/gyptest-cl-enable-enhanced-instruction-set.py b/test/win/gyptest-cl-enable-enhanced-instruction-set.py |
index 78a924aba37fc02b41a2afce1b286eb053c0b330..f34e67112527a3ebc857ef6431da9a586db97da7 100644 |
--- a/test/win/gyptest-cl-enable-enhanced-instruction-set.py |
+++ b/test/win/gyptest-cl-enable-enhanced-instruction-set.py |
@@ -8,13 +8,15 @@ |
Test VCCLCompilerTool EnableEnhancedInstructionSet setting. |
""" |
+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) |
test = TestGyp.TestGyp() |