diff options
author | mistachkin <mistachkin@noemail.net> | 2012-09-10 08:48:05 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2012-09-10 08:48:05 +0000 |
commit | 8765b4660e77375a5c61c746e84c84c22c2eaf7f (patch) | |
tree | 2207a2be8180ae9827dec6194bd99b8114a9a93d /src/test_malloc.c | |
parent | 540ebf82718987d243e169b19c20ccc2588407a8 (diff) | |
download | sqlite-8765b4660e77375a5c61c746e84c84c22c2eaf7f.tar.gz sqlite-8765b4660e77375a5c61c746e84c84c22c2eaf7f.zip |
Make header comments for some Tcl test commands more consistent. No changes to code.
FossilOrigin-Name: af870ca9827d2079a35dbb545660f670c7ca9512
Diffstat (limited to 'src/test_malloc.c')
-rw-r--r-- | src/test_malloc.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/src/test_malloc.c b/src/test_malloc.c index 09b8f738e..f52894d9e 100644 --- a/src/test_malloc.c +++ b/src/test_malloc.c @@ -1094,9 +1094,7 @@ static int test_db_config_lookaside( } /* -** Usage: -** -** sqlite3_config_heap NBYTE NMINALLOC +** Usage: sqlite3_config_heap NBYTE NMINALLOC */ static int test_config_heap( void * clientData, @@ -1133,7 +1131,7 @@ static int test_config_heap( } /* -** tclcmd: sqlite3_config_error [DB] +** Usage: sqlite3_config_error [DB] ** ** Invoke sqlite3_config() or sqlite3_db_config() with invalid ** opcodes and verify that they return errors. @@ -1171,10 +1169,10 @@ static int test_config_error( } /* -** tclcmd: sqlite3_config_uri BOOLEAN +** Usage: sqlite3_config_uri BOOLEAN ** -** Invoke sqlite3_config() or sqlite3_db_config() with invalid -** opcodes and verify that they return errors. +** Enables or disables interpretation of URI parameters by default using +** SQLITE_CONFIG_URI. */ static int test_config_uri( void * clientData, @@ -1200,10 +1198,8 @@ static int test_config_uri( } /* -** Usage: -** -** sqlite3_dump_memsys3 FILENAME -** sqlite3_dump_memsys5 FILENAME +** Usage: sqlite3_dump_memsys3 FILENAME +** sqlite3_dump_memsys5 FILENAME ** ** Write a summary of unfreed memsys3 allocations to FILENAME. */ |