kerneltest/e32test/mmu/t_sharedio.cpp
changeset 300 1d28c8722707
parent 293 0659d0e1a03c
equal deleted inserted replaced
293:0659d0e1a03c 300:1d28c8722707
   366 
   366 
   367 		test(failResult==KErrNoMemory);
   367 		test(failResult==KErrNoMemory);
   368 		__KHEAP_MARKEND;
   368 		__KHEAP_MARKEND;
   369 		}
   369 		}
   370 
   370 
   371 	__KHEAP_RESET;
   371 	User::__DbgSetAllocFail(ETrue,RAllocator::ENone,1);
   372 
   372 
   373 	test.Next(_L("Destroy buffer"));
   373 	test.Next(_L("Destroy buffer"));
   374 	if (aPhysicalAddress)
   374 	if (aPhysicalAddress)
   375 		ldd.DestroyBufferPhysAddr();
   375 		ldd.DestroyBufferPhysAddr();
   376 	else
   376 	else