summaryrefslogtreecommitdiff
path: root/test/suite/test_colgap.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_colgap.py')
-rw-r--r--test/suite/test_colgap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/suite/test_colgap.py b/test/suite/test_colgap.py
index 5cc363dbd4a..dbe748ae58f 100644
--- a/test/suite/test_colgap.py
+++ b/test/suite/test_colgap.py
@@ -119,7 +119,6 @@ class test_column_store_gap(wttest.WiredTigerTestCase):
self.forward(cursor, v)
self.backward(cursor, list(reversed(v)))
-
# Basic testing of variable-length column-store with big records.
class test_colmax(wttest.WiredTigerTestCase):
name = 'test_colmax'
@@ -204,6 +203,5 @@ class test_colmax(wttest.WiredTigerTestCase):
cursor.set_key(key_populate(cursor, recno))
self.assertEqual(cursor.search(), wiredtiger.WT_NOTFOUND)
-
if __name__ == '__main__':
wttest.run()