summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor02.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_cursor02.py')
-rw-r--r--test/suite/test_cursor02.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_cursor02.py b/test/suite/test_cursor02.py
index a83d30def47..0771a275cd2 100644
--- a/test/suite/test_cursor02.py
+++ b/test/suite/test_cursor02.py
@@ -150,6 +150,5 @@ class test_cursor02(TestCursorTracker):
self.cur_check_forward(cursor, -1)
cursor.close()
-
if __name__ == '__main__':
wttest.run()