| Index: third_party/sqlite/src/test/descidx3.test
|
| diff --git a/third_party/sqlite/src/test/descidx3.test b/third_party/sqlite/src/test/descidx3.test
|
| index 5cfd1f69f4d23b1085a35411206f7212371609a6..3cc87afa5ff5236dc81ff3f4389a862661fe001b 100644
|
| --- a/third_party/sqlite/src/test/descidx3.test
|
| +++ b/third_party/sqlite/src/test/descidx3.test
|
| @@ -17,6 +17,11 @@
|
| set testdir [file dirname $argv0]
|
| source $testdir/tester.tcl
|
|
|
| +# Do not use a codec for tests in this file, as the database file is
|
| +# manipulated directly using tcl scripts (using the [hexio_write] command).
|
| +#
|
| +do_not_use_codec
|
| +
|
| ifcapable !bloblit {
|
| finish_test
|
| return
|
|
|