summaryrefslogtreecommitdiff
path: root/test/MSVS/vs-8.0-exec.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVS/vs-8.0-exec.py')
-rw-r--r--test/MSVS/vs-8.0-exec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVS/vs-8.0-exec.py b/test/MSVS/vs-8.0-exec.py
index cff7ca22..96c4c290 100644
--- a/test/MSVS/vs-8.0-exec.py
+++ b/test/MSVS/vs-8.0-exec.py
@@ -55,7 +55,7 @@ if not msvs_version in test.msvs_versions():
test.run(arguments = '-n -q -Q -f -', stdin = """\
env = Environment(tools = ['msvc'], MSVS_VERSION='%(msvs_version)s')
-print "os.environ.update(%%s)" %% repr(env['ENV'])
+print("os.environ.update(%%s)" %% repr(env['ENV']))
""" % locals())
exec(test.stdout())