summaryrefslogtreecommitdiff
path: root/utests/compiler_sampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/compiler_sampler.cpp')
-rw-r--r--utests/compiler_sampler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utests/compiler_sampler.cpp b/utests/compiler_sampler.cpp
index 807263ea..32bf9263 100644
--- a/utests/compiler_sampler.cpp
+++ b/utests/compiler_sampler.cpp
@@ -3,6 +3,8 @@
void compiler_sampler(void)
{
+ OCL_CREATE_KERNEL("compiler_sampler");
+
OCL_ASSERT(ctx != 0);
cl_sampler s;
cl_int err;