mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
8 lines
141 B
Tcl
Executable file
8 lines
141 B
Tcl
Executable file
#!/usr/bin/env tclsh
|
|
|
|
set testdir [file dirname $argv0]
|
|
source $testdir/tester.tcl
|
|
|
|
do_execsql_test basic-tx-1 {
|
|
BEGIN IMMEDIATE; END
|
|
} {}
|