diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_793.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_793.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_793.py b/sources/pyside6/tests/QtWidgets/bug_793.py index 40e3f85da..2a87a8750 100644 --- a/sources/pyside6/tests/QtWidgets/bug_793.py +++ b/sources/pyside6/tests/QtWidgets/bug_793.py @@ -67,4 +67,4 @@ class TestQApplicationDestrcutor(unittest.TestCase): if __name__ == '__main__': app = QApplication(sys.argv) unittest.main() - sys.exit(app.exec_()) + sys.exit(app.exec()) |
