diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-11-29 17:05:17 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-11-29 17:05:17 +0000 |
commit | 31c862d5e9938777a8c662ccfb0309d44ccc9de6 (patch) | |
tree | f3a6cf32b6b7d84b5153ac16dbb2dd274c7d5979 /test/suite/test_schema03.py | |
parent | 056a6ed2f149c06fb60487fe2cf60108a08c6284 (diff) | |
download | mongo-31c862d5e9938777a8c662ccfb0309d44ccc9de6.tar.gz |
Remove trailing semi-colons & complain if they re-appear.
Diffstat (limited to 'test/suite/test_schema03.py')
-rw-r--r-- | test/suite/test_schema03.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_schema03.py b/test/suite/test_schema03.py index dd66e3f4e0d..17a2fb1d06e 100644 --- a/test/suite/test_schema03.py +++ b/test/suite/test_schema03.py @@ -405,7 +405,7 @@ class test_schema03(wttest.WiredTigerTestCase): # colgroups named 'g0' --> 'g<N>' # indices named 'i0' --> 'i<N>' - config = ""; + config = "" config += "key_format=" + tc.keyformats config += ",value_format=" + tc.valueformats config += ",columns=(" |