Skip to content

Commit e3c5f16

Browse files
authored
Merge pull request uniconproject#450 from Don-Ward/ci
SQLite plugin: fix typo in test program
2 parents f3c3ea1 + 0ddd995 commit e3c5f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/sqlite/testSQLite.icn

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ procedure main(args)
181181
}
182182
}
183183

184-
db,Close()
184+
db.Close()
185185
if *failures = 0 then {
186186
write("Passed")
187187
return # success

0 commit comments

Comments
 (0)