diff options
Diffstat (limited to 'sources/pyside6/tests/QtQml/bug_926.py')
-rw-r--r-- | sources/pyside6/tests/QtQml/bug_926.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/bug_926.py b/sources/pyside6/tests/QtQml/bug_926.py index e8ac50858..9dad2e92c 100644 --- a/sources/pyside6/tests/QtQml/bug_926.py +++ b/sources/pyside6/tests/QtQml/bug_926.py @@ -75,7 +75,7 @@ class TestBug926 (unittest.TestCase): view.show() QTimer.singleShot(0, app.quit) - app.exec_() + app.exec() if __name__ == '__main__': |