Skip to content

Commit 194abef

Browse files
committed
Tidy a string in an options test
1 parent 7825cd9 commit 194abef

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)