summaryrefslogtreecommitdiffstats
path: root/test/QT/warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/warnings.py')
-rw-r--r--test/QT/warnings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/QT/warnings.py b/test/QT/warnings.py
index a861b24..5e680f6 100644
--- a/test/QT/warnings.py
+++ b/test/QT/warnings.py
@@ -59,8 +59,8 @@ scons: warning: Generated moc file 'aaa.moc' is not included by 'aaa.cpp'
""" + TestSCons.file_expr
if not re.search(match12, test.stderr()):
- print "Did not find expected regular expression in stderr:"
- print test.stderr()
+ print("Did not find expected regular expression in stderr:")
+ print(test.stderr())
test.fail_test()
os.environ['QTDIR'] = test.QT