Skip to content

Commit 5774f68

Browse files
Correct rkl unit test
Signed-off-by: Kopryk, Kamil <[email protected]>
1 parent d52b7e5 commit 5774f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/test/unit_test/offline_compiler/gen12lp/rkl/offline_compiler_tests_rkl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using MockOfflineCompilerRklTests = ::testing::Test;
1717
RKLTEST_F(MockOfflineCompilerRklTests, givenRklWhenAppendExtraInternalOptionsThenForceEmuInt32DivRemSPIsApplied) {
1818

1919
MockOfflineCompiler mockOfflineCompiler;
20-
mockOfflineCompiler.deviceName = " rkl";
20+
mockOfflineCompiler.deviceName = "rkl";
2121
mockOfflineCompiler.initHardwareInfo(mockOfflineCompiler.deviceName);
2222
std::string internalOptions = mockOfflineCompiler.internalOptions;
2323
mockOfflineCompiler.appendExtraInternalOptions(mockOfflineCompiler.hwInfo, internalOptions);

0 commit comments

Comments
 (0)