mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
test: Mock filesystem in ults 16/n
Related-To: NEO-15069 Signed-off-by: Arek G <arkadiusz.grubba@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4064ef25b2
commit
07d6412674
@@ -41,7 +41,7 @@ void ProgramFixture::createProgramWithSource(Context *pContext) {
|
||||
|
||||
void ProgramFixture::createProgramWithSource(Context *pContext,
|
||||
const std::string &sourceFileName) {
|
||||
USE_REAL_FILE_SYSTEM();
|
||||
FORBID_REAL_FILE_SYSTEM_CALLS();
|
||||
cleanup();
|
||||
cl_int retVal = CL_SUCCESS;
|
||||
std::string testFile;
|
||||
|
||||
Reference in New Issue
Block a user