We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7825cd9 commit 194abefCopy full SHA for 194abef
1 file changed
test/conformance/platform/urPlatformGetBackendOption.cpp
@@ -46,5 +46,5 @@ TEST_F(urPlatfromGetBackendOptionTest, InvalidValueFrontendOption) {
46
const char *platformOption = nullptr;
47
ASSERT_EQ_RESULT(
48
UR_RESULT_ERROR_INVALID_VALUE,
49
- urPlatformGetBackendOption(platform, "-sycl-sucks", &platformOption));
+ urPlatformGetBackendOption(platform, "-invalid-opt", &platformOption));
50
}
0 commit comments