Skip to content

Commit b92b60d

Browse files
committed
Fix pool manager coverity issues
1 parent 69f2992 commit b92b60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/usm/usmPoolManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TEST_P(urUsmPoolManagerTest, poolManagerInsertExisting) {
9090
auto [ret, manager] = usm::pool_manager<usm::pool_descriptor>::create();
9191
ASSERT_EQ(ret, UR_RESULT_SUCCESS);
9292

93-
auto desc = poolDescriptors[0];
93+
const auto &desc = poolDescriptors[0];
9494

9595
auto pool = nullPoolCreate();
9696
ASSERT_NE(pool, nullptr);

0 commit comments

Comments
 (0)