We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901fe87 commit 8f8d34cCopy full SHA for 8f8d34c
sycl/test/host-interop-task/interop-task.cpp
@@ -4,7 +4,6 @@
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
// UNSUPPORTED: level_zero, cuda
6
// REQUIRES: opencl
7
-// REQUIRES: TEMPORARY_DISABLED
8
9
#include <CL/sycl.hpp>
10
#include <CL/sycl/backend/opencl.hpp>
@@ -241,7 +240,7 @@ void test6() {
241
240
});
242
Queue.wait_and_throw();
243
assert(!"Expected exception was not caught");
244
- } catch (sycl::exception &ExpectedException) {
+ } catch (const sycl::exception &ExpectedException) {
245
assert(std::string(ExpectedException.what())
246
.find("memory object out of accessor for specified target "
247
"is not allowed") != std::string::npos &&
0 commit comments