exists -proc -> exists -command

Test was failing for `sqlite3.open`.
This commit is contained in:
df 2020-12-14 14:15:47 +00:00
parent 6fc0acf22f
commit 1c5698388c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
if {![exists -proc class]} { package require oo }
if {![exists -proc sqlite3.open]} { package require sqlite3 }
if {![exists -command class]} { package require oo }
if {![exists -command sqlite3.open]} { package require sqlite3 }
class queue {
id -1