Skip to content

Commit 03c7648

Browse files
committed
doc: improve test doc
1 parent 9ddc319 commit 03c7648

File tree

1 file changed

+1
-1
lines changed
  • memory/memory-core/src/test/java/org/apache/arrow/memory

1 file changed

+1
-1
lines changed

memory/memory-core/src/test/java/org/apache/arrow/memory/TestOpens.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.junit.jupiter.api.condition.EnabledForJreRange;
2626

2727
public class TestOpens {
28-
/** Instantiating the RootAllocator should poke MemoryUtil and fail. */
28+
/** Accessing MemoryUtil.directBuffer should fail as add-opens is not configured */
2929
@Test
3030
@EnabledForJreRange(min = JAVA_16)
3131
public void testMemoryUtilFailsLoudly() {

0 commit comments

Comments
 (0)