X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fegl%2FteglMemoryStressTests.cpp;h=5f5a18629eb8e153f616c65d4edfa6ea4c7bd6e6;hb=802854925b413dd596157e47025576037ce65d6a;hp=2ad9cfbd2cc1ee3fad69863ff645c82274ba69c2;hpb=4d1d6446da98c41cbd6f836b3ca81d0c4618ac9c;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/modules/egl/teglMemoryStressTests.cpp b/modules/egl/teglMemoryStressTests.cpp index 2ad9cfb..5f5a186 100644 --- a/modules/egl/teglMemoryStressTests.cpp +++ b/modules/egl/teglMemoryStressTests.cpp @@ -188,7 +188,7 @@ void MemoryAllocator::allocatePBuffer (void) } catch (const std::bad_alloc&) { - m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory."; + m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory."; m_failed = true; return; } @@ -254,7 +254,7 @@ void MemoryAllocator::allocateContext (void) } catch (const std::bad_alloc&) { - m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory."; + m_errorString = "std::bad_alloc when allocating more space for testcase. Out of host memory."; m_failed = true; return; }