summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_async02.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_async02.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_async02.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_async02.py b/src/third_party/wiredtiger/test/suite/test_async02.py
index bc6b389fc27..50652da6dfd 100644
--- a/src/third_party/wiredtiger/test/suite/test_async02.py
+++ b/src/third_party/wiredtiger/test/suite/test_async02.py
@@ -104,7 +104,6 @@ class Callback(wiredtiger.AsyncCallback):
return 0
-
# test_async02.py
# Async operations
# Basic smoke-test of file and table async ops: tests get/set key, insert
@@ -219,6 +218,5 @@ class test_async02(wttest.WiredTigerTestCase, suite_subprocess):
# Make sure all callbacks went according to plan.
self.assertTrue(callback.nerror == 0)
-
if __name__ == '__main__':
wttest.run()