| Index: third_party/sqlite/src/test/alter3.test
|
| diff --git a/third_party/sqlite/src/test/alter3.test b/third_party/sqlite/src/test/alter3.test
|
| index 28d293e24bca55bc4c81b5c5308f99e337981261..44b31c983391cde71d2aa909a384fa08370fdf7a 100644
|
| --- a/third_party/sqlite/src/test/alter3.test
|
| +++ b/third_party/sqlite/src/test/alter3.test
|
| @@ -270,7 +270,7 @@ ifcapable attach {
|
| if {!$has_codec} {
|
| do_test alter3-5.5 {
|
| list [get_file_format test2.db] [get_file_format]
|
| - } {2 3}
|
| + } {3 3}
|
| }
|
| do_test alter3-5.6 {
|
| execsql {
|
| @@ -347,7 +347,7 @@ if {!$has_codec} {
|
| ALTER TABLE abc ADD d DEFAULT NULL;
|
| }
|
| get_file_format
|
| - } {2}
|
| + } {3}
|
| do_test alter3-7.3 {
|
| execsql {
|
| ALTER TABLE abc ADD e DEFAULT 10;
|
|
|