aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/bug_462.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtCore/bug_462.py')
-rw-r--r--tests/QtCore/bug_462.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/QtCore/bug_462.py b/tests/QtCore/bug_462.py
index 7f6623471..47ab57a65 100644
--- a/tests/QtCore/bug_462.py
+++ b/tests/QtCore/bug_462.py
@@ -43,6 +43,4 @@ class CheckForEventsTypes(unittest.TestCase):
o.app = None
if __name__ == '__main__':
- print int(QEvent.User)
- val = QEvent.User + 100
- #unittest.main()
+ unittest.main()