Skip to content

Commit

Permalink
dynamic unmanaged config CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Jul 24, 2024
1 parent 8f73eca commit 28995a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions integration_tests/integration_tests.d
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,5 @@ int main(string[] args)
native._integration_test( conninfo );
bson._integration_test( conninfo );

version(Test_Dynamic_Unmanaged)
{
import core.memory: GC;
import derelict.pq.pq;

GC.collect(); // Ensures that all related to libpq objects are destroyed
DerelictPQ.unload();
}

return 0;
}

0 comments on commit 28995a4

Please sign in to comment.