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 e4164ec commit 638c5beCopy full SHA for 638c5be
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