aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtPrintSupport/bug_500.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtPrintSupport/bug_500.py')
-rw-r--r--sources/pyside6/tests/QtPrintSupport/bug_500.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtPrintSupport/bug_500.py b/sources/pyside6/tests/QtPrintSupport/bug_500.py
index 51297d659..0e686854d 100644
--- a/sources/pyside6/tests/QtPrintSupport/bug_500.py
+++ b/sources/pyside6/tests/QtPrintSupport/bug_500.py
@@ -46,5 +46,6 @@ class NeverDiesTest(UsesQApplication):
def testIt(self):
QPrintDialog()
+
if __name__ == "__main__":
unittest.main()