Unit tests: fix message in case of memory leak

Change-Id: I47f4acee7f026e54ec2112f8a4b571c8bfa00de8
This commit is contained in:
Mateusz Jablonski
2018-07-26 17:15:25 +02:00
committed by sys_ocldev
parent fccc5242c2
commit 7423919629

View File

@ -141,7 +141,7 @@ std::string printCallStack(const MemoryManagement::AllocationEvent &event) {
printf("printCallStack.%d.%d\n", printMemoryOpCallStack, event.frames);
if (!OCLRT::captureCallStacks) {
printf("for detailed stack information turn on captureCallStacks in options.h\n");
printf("for detailed stack information turn on captureCallStacks in memory_management_fixture.h\n");
}
if (printMemoryOpCallStack && event.frames > 0) {
#if defined(__linux__)