Fix atomic ssbo xor test am: f0fa05e898 am: 14cd264501 am: 6e80057a20 am: cae1fe52ac...
[platform/upstream/VK-GL-CTS.git] / modules / egl / teglMemoryStressTests.cpp
index 2ad9cfb..5f5a186 100644 (file)
@@ -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;
        }