aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWidgets/private_mangle_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtWidgets/private_mangle_test.py')
-rw-r--r--sources/pyside2/tests/QtWidgets/private_mangle_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtWidgets/private_mangle_test.py b/sources/pyside2/tests/QtWidgets/private_mangle_test.py
index 31a870691..5ad10c7b3 100644
--- a/sources/pyside2/tests/QtWidgets/private_mangle_test.py
+++ b/sources/pyside2/tests/QtWidgets/private_mangle_test.py
@@ -91,7 +91,7 @@ class TestMangle(unittest.TestCase):
QApplication()
def tearDown(self):
- del QtWidgets.qApp
+ qApp.shutdown()
def testPrivateMangle(self):
harness = Harness()