mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
9 lines
150 B
Tcl
Executable File
9 lines
150 B
Tcl
Executable File
#!/usr/bin/env tclsh
|
|
|
|
set testdir [file dirname $argv0]
|
|
source $testdir/tester.tcl
|
|
|
|
do_execsql_test pragma-cache-size {
|
|
PRAGMA cache_size
|
|
} {-2000}
|