Skip to content

Commit 4ce7c0e

Browse files
Setup context type in MockContext
Related-To: NEO-5233 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
1 parent 3ed2823 commit 4ce7c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opencl/test/unit_test/mocks/mock_context.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ void MockContext::initializeWithDevices(const ClDeviceVector &devices, bool noSp
124124
}
125125
}
126126
}
127+
128+
setupContextType();
127129
}
128130

129131
MockDefaultContext::MockDefaultContext() : MockContext(nullptr, nullptr) {

0 commit comments

Comments
 (0)