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.
2 parents 30391c6 + 638c5be commit 29ea893Copy full SHA for 29ea893
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