Skip to content

Commit

Permalink
Merge pull request #2333 from alycm/tidy-option-test-string
Browse files Browse the repository at this point in the history
Tidy a string in an options test
  • Loading branch information
aarongreig authored Nov 15, 2024
2 parents 30391c6 + 638c5be commit 29ea893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/platform/urPlatformGetBackendOption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ TEST_F(urPlatfromGetBackendOptionTest, InvalidValueFrontendOption) {
const char *platformOption = nullptr;
ASSERT_EQ_RESULT(
UR_RESULT_ERROR_INVALID_VALUE,
urPlatformGetBackendOption(platform, "-sycl-sucks", &platformOption));
urPlatformGetBackendOption(platform, "-invalid-opt", &platformOption));
}

0 comments on commit 29ea893

Please sign in to comment.