From 76494b9484a2f3b676100e16758d5e338b3432dd Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 27 Mar 2010 22:04:53 +0100 Subject: forgot test (com.sun.opengl->com.jogamp.opengl). --- test/com/mbien/opencl/CLBufferTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/com/mbien/opencl') 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; -- cgit v1.2.3