summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp/opencl/CLCommandQueueTest.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 05:50:59 +0100
committerSven Gothel <[email protected]>2014-01-26 05:50:59 +0100
commit2de32d692918c1cf0643daf598afb129c4a204a1 (patch)
tree31c02f94562ec1c1df68133f7e720a491fa58cb5 /test/com/jogamp/opencl/CLCommandQueueTest.java
parenta6f9b46bfb0044ef5adde3ab15a802c545806414 (diff)
Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops
Diffstat (limited to 'test/com/jogamp/opencl/CLCommandQueueTest.java')
-rw-r--r--test/com/jogamp/opencl/CLCommandQueueTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/CLCommandQueueTest.java b/test/com/jogamp/opencl/CLCommandQueueTest.java
index cc8a6d82..c9b1b567 100644
--- a/test/com/jogamp/opencl/CLCommandQueueTest.java
+++ b/test/com/jogamp/opencl/CLCommandQueueTest.java
@@ -53,7 +53,7 @@ import org.junit.Test;
import static org.junit.Assert.*;
import static java.lang.System.*;
-import static com.jogamp.opencl.TestUtils.*;
+import static com.jogamp.opencl.test.util.MiscUtils.*;
import static com.jogamp.opencl.CLEvent.*;
import static com.jogamp.opencl.CLVersion.*;
import static com.jogamp.common.nio.Buffers.*;