Skip to content

Commit c6ceda3

Browse files
committed
add gc test
1 parent 2f369ea commit c6ceda3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package org.treesitter;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
public class GCTest {
6+
@Test
7+
void gc(){
8+
// Force system to gc to test invalid pointers;
9+
System.gc();
10+
}
11+
}

0 commit comments

Comments
 (0)