Skip to content

Commit 76c864b

Browse files
committed
typo in test
1 parent bd52e82 commit 76c864b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Core/src/test/java/com/nativelibs4java/opencl/KernelTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ public <T> Object testArrayArg(String type, Object array, Class<T> targetType) {
5454
return out.as(targetType).read(queue, e).getArray();
5555
}
5656

57-
58-
public <T> Pointer<Boolean> testNullableArg(Object value) {
59-
60-
}
61-
6257
@Test
6358
public void nullArg() {
6459
CLBuffer<Byte> out = context.createByteBuffer(Usage.InputOutput, 2) ;

0 commit comments

Comments
 (0)