Skip to content

Commit

Permalink
fix: minor test
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 29, 2024
1 parent 12df50c commit dc75b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/memory/memory-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ under the License.
<properties>
<!-- List of add-opens arg line arguments for this module's tests -->
<surefire.add-opens.argLine>--add-reads=org.apache.arrow.memory.core=ch.qos.logback.classic --add-opens=java.base/java.lang.reflect=org.apache.arrow.memory.core --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</surefire.add-opens.argLine>
<arrow.memory.debug.allocator>${env.ARROW_MEMORY_DEBUG_ALLOCATOR}</arrow.memory.debug.allocator>
<arrow.memory.debug.allocator>true</arrow.memory.debug.allocator>
</properties>

<dependencies>
Expand Down

0 comments on commit dc75b23

Please sign in to comment.