Skip to content

Commit

Permalink
Fix an incorrect comment (a copy/paste error) in the mptester. No code
Browse files Browse the repository at this point in the history
changes.
  • Loading branch information
D. Richard Hipp committed Apr 18, 2013
1 parent 9f61559 commit 1a9069a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mptest/mptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,8 @@ static void runScript(
/*
** --testcase NAME
**
** Exit this process. If N>0 then exit without shutting down
** SQLite. (In other words, simulate a crash.)
** Begin a new test case. Announce in the log that the test case
** has begun.
*/
if( strcmp(zCmd, "testcase")==0 ){
if( g.iTrace==1 ) logMessage("%.*s", len - 1, zScript+ii);
Expand Down

0 comments on commit 1a9069a

Please sign in to comment.