Skip to content

Commit 2967800

Browse files
authored
Merge pull request #2333 from alycm/tidy-option-test-string
Tidy a string in an options test
2 parents 070ec68 + 194abef commit 2967800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/platform/urPlatformGetBackendOption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ TEST_F(urPlatfromGetBackendOptionTest, InvalidValueFrontendOption) {
4646
const char *platformOption = nullptr;
4747
ASSERT_EQ_RESULT(
4848
UR_RESULT_ERROR_INVALID_VALUE,
49-
urPlatformGetBackendOption(platform, "-sycl-sucks", &platformOption));
49+
urPlatformGetBackendOption(platform, "-invalid-opt", &platformOption));
5050
}

0 commit comments

Comments
 (0)