summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor_compare.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_cursor_compare.py')
-rw-r--r--test/suite/test_cursor_compare.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_cursor_compare.py b/test/suite/test_cursor_compare.py
index 179e20682d2..4610a2f30a9 100644
--- a/test/suite/test_cursor_compare.py
+++ b/test/suite/test_cursor_compare.py
@@ -241,6 +241,5 @@ class test_cursor_comparison(wttest.WiredTigerTestCase):
self.assertRaisesWithMessage(
wiredtiger.WiredTigerError, lambda: cX.equals(c1), msg)
-
if __name__ == '__main__':
wttest.run()