We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 070ec68 + 194abef commit 2967800Copy full SHA for 2967800
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