| Index: third_party/sqlite/src/test/tkt-38cb5df375.test
|
| diff --git a/third_party/sqlite/src/test/tkt-38cb5df375.test b/third_party/sqlite/src/test/tkt-38cb5df375.test
|
| index 47b0b55106a9e5a7a70948607d37a6689634737d..e5e02671b76d7e97b1c2ae953d3972eb9a7b5a32 100644
|
| --- a/third_party/sqlite/src/test/tkt-38cb5df375.test
|
| +++ b/third_party/sqlite/src/test/tkt-38cb5df375.test
|
| @@ -16,6 +16,11 @@
|
| set testdir [file dirname $argv0]
|
| source $testdir/tester.tcl
|
|
|
| +ifcapable !compound {
|
| + finish_test
|
| + return
|
| +}
|
| +
|
| do_test tkt-38cb5df375.0 {
|
| execsql {
|
| CREATE TABLE t1(a);
|
|
|