diff --git a/projects/clr/opencl/tests/ocltst/module/runtime/OCLReadWriteImage.cpp b/projects/clr/opencl/tests/ocltst/module/runtime/OCLReadWriteImage.cpp index 02dc2be4ca..c2d199666b 100644 --- a/projects/clr/opencl/tests/ocltst/module/runtime/OCLReadWriteImage.cpp +++ b/projects/clr/opencl/tests/ocltst/module/runtime/OCLReadWriteImage.cpp @@ -109,10 +109,6 @@ void OCLReadWriteImage::open(unsigned int test, char *units, double &conversion, } } -#ifdef ATI_OS_LINUX - failed_ = true; - return; -#endif if (test == 1) { program_ = _wrapper->clCreateProgramWithSource( context_, 1, &rgba8888_kernel_read, NULL, &error_);