Skip to content

Commit 4e16601

Browse files
committed
re-enable Test010
1 parent 07f9b0e commit 4e16601

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/testjoltjni/junit/Test010.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ of this software and associated documentation files (the "Software"), to deal
2828
import com.github.stephengold.joltjni.TempAllocator;
2929
import com.github.stephengold.joltjni.TempAllocatorMalloc;
3030
import org.junit.Assert;
31-
import org.junit.Ignore;
3231
import org.junit.Test;
3332
import testjoltjni.TestUtils;
3433

@@ -52,7 +51,6 @@ public class Test010 {
5251
* Test for JoltPhysics issue #1545: step listeners are not invoked when no
5352
* bodies are active.
5453
*/
55-
@Ignore
5654
@Test
5755
public void test010() {
5856
TestUtils.loadNativeLibrary();

0 commit comments

Comments
 (0)