X Tutup
Skip to content

Commit c4b090f

Browse files
committed
fix test compilation
1 parent d5a8d17 commit c4b090f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
import static org.junit.Assert.assertFalse;
88

9+
import java.lang.reflect.InvocationTargetException;
10+
import java.lang.reflect.Method;
11+
import java.lang.reflect.Modifier;
12+
913
import java.util.logging.Level;
1014
import java.util.logging.Logger;
1115

0 commit comments

Comments
 (0)
X Tutup