aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 22:04:53 +0100
committerMichael Bien <[email protected]>2010-03-27 22:04:53 +0100
commit76494b9484a2f3b676100e16758d5e338b3432dd (patch)
treed767a91b1188e24b2648788d6fad7ae6427f88df /test
parent71c36cf71c7e512ab0ef35bda53b46079d7964c9 (diff)
forgot test (com.sun.opengl->com.jogamp.opengl).
Diffstat (limited to 'test')
-rw-r--r--test/com/mbien/opencl/CLBufferTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/mbien/opencl/CLBufferTest.java b/test/com/mbien/opencl/CLBufferTest.java
index f8c263f3..306757e4 100644
--- a/test/com/mbien/opencl/CLBufferTest.java
+++ b/test/com/mbien/opencl/CLBufferTest.java
@@ -2,7 +2,7 @@ package com.mbien.opencl;
import com.mbien.opencl.CLMemory.Mem;
import com.mbien.opencl.CLMemory.Map;
-import com.sun.opengl.util.BufferUtil;
+import com.jogamp.opengl.util.BufferUtil;
import java.nio.ByteBuffer;
import org.junit.Test;