Skip to content

Commit

Permalink
Updated test.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Apr 11, 2024
1 parent 932ed9c commit adc2fa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_sqlite3.f90
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ program test_sqlite3
! Close SQLite handle.
rc = sqlite3_close_v2(db)
if (rc /= SQLITE_OK) stop 'sqlite3_close(): failed'

if (c_associated(db)) then
print '("warning: database handle still associated (this is probably a compiler bug)")'
end if
contains
integer function journal_mode_wal(db) result(rc)
!! Enables WAL mode.
Expand Down

0 comments on commit adc2fa3

Please sign in to comment.