diff options
Diffstat (limited to 'test/auth.test')
-rw-r--r-- | test/auth.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/auth.test b/test/auth.test index 219ac7804..30c13c89c 100644 --- a/test/auth.test +++ b/test/auth.test @@ -2144,7 +2144,7 @@ ifcapable {cte} { # MAIN: CREATE TABLE sqlite_stat1(tbl,idx,stat); # MAIN: CREATE TABLE t1(a,b); # -ifcapable altertable { +ifcapable altertable&&vtab { do_test 1.350 { proc auth {code arg1 arg2 arg3 arg4 args} { if {$code=="SQLITE_ALTER_TABLE"} { |