From 5379e1e95f02be16423fb15689383075e0828b4f Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 23 Nov 2010 03:53:26 +0100 Subject: missing return --- test/com/jogamp/opencl/CLCommandQueueTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'test/com/jogamp') diff --git a/test/com/jogamp/opencl/CLCommandQueueTest.java b/test/com/jogamp/opencl/CLCommandQueueTest.java index c8acc6df..6e90409e 100644 --- a/test/com/jogamp/opencl/CLCommandQueueTest.java +++ b/test/com/jogamp/opencl/CLCommandQueueTest.java @@ -195,6 +195,7 @@ public class CLCommandQueueTest { if(!theChosenOne.isAtLeast(CL_1_1)) { out.println("test disabled, required CLVersion: "+CL_1_1+" available: "+theChosenOne.getVersion()); + return; } final CLContext context = CLContext.create(theChosenOne); -- cgit v1.2.3