Skip to content

Commit

Permalink
Revert "Test002: add some clean-up functionality (seems worth testing)"
Browse files Browse the repository at this point in the history
This reverts commit 9e31670.
  • Loading branch information
stephengold committed Jul 8, 2024
1 parent cd6a63a commit c0c3b76
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/test/java/testjoltjni/junit/Test002.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,17 +146,6 @@ public void test002() {
}

Assert.assertEquals(1_765, physicsSystem.getNumBodies());

jobSystem.close();
tempAllocator.close();

physicsSystem.close();
objVsObjFilter.close();
objVsBpFilter.close();
mapObj2Bp.close();

Jolt.unregisterTypes();
Jolt.destroyFactory();
}
// *************************************************************************
// private methods
Expand Down

0 comments on commit c0c3b76

Please sign in to comment.