diff options
author | mistachkin <mistachkin@noemail.net> | 2012-04-18 05:57:38 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2012-04-18 05:57:38 +0000 |
commit | a749486e31f49b468fb48c9b42ac9d44530bae1a (patch) | |
tree | d8a33079142317e5fe70a9ed52bf604477af6e3a /src/test_fuzzer.c | |
parent | a6ff857437e621761348a2148418ca1b41308ecd (diff) | |
parent | 374fdce485ab55739dfd307ac00a59ebe8ce8d25 (diff) | |
download | sqlite-a749486e31f49b468fb48c9b42ac9d44530bae1a.tar.gz sqlite-a749486e31f49b468fb48c9b42ac9d44530bae1a.zip |
Import all the latest trunk changes into the WinRT branch. Refactor and/or remove WinCE-specific macros and functions used for file locking to improve clarity of presentation.
FossilOrigin-Name: ad5cd15f49b286896f94ab1ff207077beee40e12
Diffstat (limited to 'src/test_fuzzer.c')
-rw-r--r-- | src/test_fuzzer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test_fuzzer.c b/src/test_fuzzer.c index 60d56ee1e..d32a39c15 100644 --- a/src/test_fuzzer.c +++ b/src/test_fuzzer.c @@ -1127,8 +1127,7 @@ static int fuzzerBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ } /* -** A virtual table module that provides read-only access to a -** Tcl global variable namespace. +** A virtual table module that implements the "fuzzer". */ static sqlite3_module fuzzerModule = { 0, /* iVersion */ |