diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-10-17 08:24:06 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-10-17 08:29:14 +0000 |
commit | ffcef505c563099bc711db712f3c7504490960f5 (patch) | |
tree | c4cc1ce83bbf9d837accbcddecfe626b4f1b600f /test/suite/test_bug004.py | |
parent | 7f6d5ed00c4bdf3424b77fb46c5e033e9397a545 (diff) | |
download | mongo-ffcef505c563099bc711db712f3c7504490960f5.tar.gz |
typo
Diffstat (limited to 'test/suite/test_bug004.py')
-rw-r--r-- | test/suite/test_bug004.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/test_bug004.py b/test/suite/test_bug004.py index 69bf0247e32..2013859c6b0 100644 --- a/test/suite/test_bug004.py +++ b/test/suite/test_bug004.py @@ -25,7 +25,7 @@ # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. # -# test_bug003.py +# test_bug004.py # Regression tests. import wiredtiger, wttest |