Skip to content

Commit

Permalink
Merge pull request #450 from Don-Ward/ci
Browse files Browse the repository at this point in the history
SQLite plugin: fix typo in test program
  • Loading branch information
Don-Ward authored Apr 30, 2024
2 parents f3c3ea1 + 0ddd995 commit e3c5f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/src/sqlite/testSQLite.icn
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ procedure main(args)
}
}

db,Close()
db.Close()
if *failures = 0 then {
write("Passed")
return # success
Expand Down

0 comments on commit e3c5f16

Please sign in to comment.