summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-12-26 17:15:19 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-12-26 17:15:19 -0500
commit58c7d928d494bb89eaa43c0c4ba79156136cca86 (patch)
treeafa0d865a337d8ab0e88cacbe4f684242f6c0345
parent932643541635771f6b00af3bbdfcda7bd1bd2d99 (diff)
downloadmongo-58c7d928d494bb89eaa43c0c4ba79156136cca86.tar.gz
Fix a typo in the test.
-rw-r--r--test/suite/test_compact02.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_compact02.py b/test/suite/test_compact02.py
index 8123d495322..f2d5c1fa283 100644
--- a/test/suite/test_compact02.py
+++ b/test/suite/test_compact02.py
@@ -51,7 +51,7 @@ class test_compact02(wttest.WiredTigerTestCase):
# because we don't rewrite them. Experimentally, 8KB is as small as the test
# can go. Additionally, we can't set the maximum page size too large because
# there won't be enough pages to rewrite. Experimentally, 32KB (the default)
- * is as large as the test can go.
+ # is as large as the test can go.
fileConfig = [
('default', dict(fileConfig='')),
('8KB', dict(fileConfig='leaf_page_max=8kb')),