aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_836.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_836.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_836.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_836.py b/sources/pyside6/tests/QtWidgets/bug_836.py
index fe381a570..7df90e7a7 100644
--- a/sources/pyside6/tests/QtWidgets/bug_836.py
+++ b/sources/pyside6/tests/QtWidgets/bug_836.py
@@ -62,7 +62,7 @@ def main():
w = MainWindow()
w.show()
QTimer.singleShot(0, w.close)
- app.exec_()
+ app.exec()
if __name__ == "__main__":