| Index: third_party/sqlite/src/test/auth3.test
|
| diff --git a/third_party/sqlite/src/test/auth3.test b/third_party/sqlite/src/test/auth3.test
|
| index 21e2b3b65da5cef3bec9ec5e7b0467b64fc21f52..eef10b398f03f43d4b0b62b55cb94aac846c6dcc 100644
|
| --- a/third_party/sqlite/src/test/auth3.test
|
| +++ b/third_party/sqlite/src/test/auth3.test
|
| @@ -30,7 +30,7 @@ if {[catch {db auth {}} msg]} {
|
| db cache size 0
|
|
|
| db authorizer ::auth
|
| -proc auth {code arg1 arg2 arg3 arg4} {
|
| +proc auth {code arg1 arg2 arg3 arg4 args} {
|
| if {$code=="SQLITE_DELETE"} {
|
| return $::authcode
|
| }
|
|
|