diff options
author | Sven Gothel <[email protected]> | 2014-01-26 05:50:59 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-26 05:50:59 +0100 |
commit | 2de32d692918c1cf0643daf598afb129c4a204a1 (patch) | |
tree | 31c02f94562ec1c1df68133f7e720a491fa58cb5 /test/com/jogamp/opencl/CLBufferTest.java | |
parent | a6f9b46bfb0044ef5adde3ab15a802c545806414 (diff) |
Rename TestUtils -> MiscUtils (not a test), remove 'main' .. oops
Diffstat (limited to 'test/com/jogamp/opencl/CLBufferTest.java')
-rw-r--r-- | test/com/jogamp/opencl/CLBufferTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/CLBufferTest.java b/test/com/jogamp/opencl/CLBufferTest.java index 1b9b8357..0638844d 100644 --- a/test/com/jogamp/opencl/CLBufferTest.java +++ b/test/com/jogamp/opencl/CLBufferTest.java @@ -51,8 +51,8 @@ import org.junit.runners.MethodSorters; import static org.junit.Assert.*; import static java.lang.System.*; -import static com.jogamp.opencl.TestUtils.*; import static com.jogamp.common.nio.Buffers.*; +import static com.jogamp.opencl.test.util.MiscUtils.*; import static com.jogamp.opencl.util.CLPlatformFilters.*; import static com.jogamp.opencl.CLVersion.*; |