aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/validation/Validation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compute_kernel_writer/validation/Validation.cpp')
-rw-r--r--compute_kernel_writer/validation/Validation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_kernel_writer/validation/Validation.cpp b/compute_kernel_writer/validation/Validation.cpp
index 6425d25f2b..c8d0f6b45d 100644
--- a/compute_kernel_writer/validation/Validation.cpp
+++ b/compute_kernel_writer/validation/Validation.cpp
@@ -120,7 +120,7 @@ int32_t main()
tests.push_back(test22.get());
tests.push_back(test23.get());
tests.push_back(test24.get());
- CKW_UNUSED(test25); // CLKernelWriterOpLoadStoreTest test needs further changes.
+ tests.push_back(test25.get());
tests.push_back(test26.get());
tests.push_back(test27.get());
tests.push_back(test28.get());