aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_667.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_667.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_667.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_667.py b/sources/pyside6/tests/QtWidgets/bug_667.py
index 42f9dade3..03f125c6a 100644
--- a/sources/pyside6/tests/QtWidgets/bug_667.py
+++ b/sources/pyside6/tests/QtWidgets/bug_667.py
@@ -59,4 +59,4 @@ if __name__ == "__main__":
w.show()
w.raise_()
QTimer.singleShot(0, w.close)
- sys.exit(app.exec_())
+ sys.exit(app.exec())