Skip to content

Commit 23b8908

Browse files
Remove needless operation
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent 766d56e commit 23b8908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opencl/test/unit_test/linux/main_linux_dll.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ TEST_F(DrmSimpleTests, givenPrintIoctlTimesWhenCallIoctlThenStatisticsAreGathere
318318

319319
position = output.find(maxString, position);
320320
EXPECT_NE(std::string::npos, position);
321-
position += maxString.size();
322321
}
323322

324323
TEST_F(DrmSimpleTests, GivenSelectedNonExistingDeviceWhenOpenDirFailsThenRetryOpeningRenderDevicesAndNoDevicesAreCreated) {

0 commit comments

Comments
 (0)