diff options
Diffstat (limited to 'test/com/jogamp/opencl/CLProgramTest.java')
-rw-r--r-- | test/com/jogamp/opencl/CLProgramTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/com/jogamp/opencl/CLProgramTest.java b/test/com/jogamp/opencl/CLProgramTest.java index ec238fb5..b25230f8 100644 --- a/test/com/jogamp/opencl/CLProgramTest.java +++ b/test/com/jogamp/opencl/CLProgramTest.java @@ -203,6 +203,7 @@ public class CLProgramTest { }; builder.setProgram(program).build(buildCallback); + countdown.countDown(); // TODO remove if callbacks are enabled again countdown.await(); } |