summaryrefslogtreecommitdiffstats
path: root/test/QT/reentrant.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/reentrant.py')
-rw-r--r--test/QT/reentrant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/QT/reentrant.py b/test/QT/reentrant.py
index be464b9..af19af9 100644
--- a/test/QT/reentrant.py
+++ b/test/QT/reentrant.py
@@ -56,7 +56,7 @@ env.Program('main', 'main.cpp', CPPDEFINES=['FOO'], LIBS=[])
test.write('main.cpp', r"""
#include "foo5.h"
-int main() { foo5(); return 0; }
+int main(void) { foo5(); return 0; }
""")
test.run()