| Index: third_party/sqlite/src/test/boundary4.tcl
|
| diff --git a/third_party/sqlite/src/test/boundary4.tcl b/third_party/sqlite/src/test/boundary4.tcl
|
| index 8fcde63c94a0afabfe65d17491461699b32cc8e5..20f5c9680fb8a7d781187a0ac874a86125c83644 100644
|
| --- a/third_party/sqlite/src/test/boundary4.tcl
|
| +++ b/third_party/sqlite/src/test/boundary4.tcl
|
| @@ -20,6 +20,7 @@ source $testdir/tester.tcl
|
|
|
| # Many of the boundary tests depend on a working 64-bit implementation.
|
| if {![working_64bit_int]} { finish_test; return }
|
| +ifcapable !altertable { finish_test; return }
|
| }
|
|
|
| expr srand(0)
|
|
|