summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_async01.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_async01.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_async01.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_async01.py b/src/third_party/wiredtiger/test/suite/test_async01.py
index 9322748c30f..cbb3dad8de6 100644
--- a/src/third_party/wiredtiger/test/suite/test_async01.py
+++ b/src/third_party/wiredtiger/test/suite/test_async01.py
@@ -107,7 +107,6 @@ class Callback(wiredtiger.AsyncCallback):
return 0
-
# test_async01.py
# Async operations
# Basic smoke-test of file and table async ops: tests get/set key, insert
@@ -261,6 +260,5 @@ class test_async01(wttest.WiredTigerTestCase, suite_subprocess):
self.assertTrue(callback.nupdate == self.nentries)
self.assertTrue(callback.nerror == 0)
-
if __name__ == '__main__':
wttest.run()