From 7b046238346958733109d1840ff6aae026b0f95c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 17 Feb 2018 14:06:28 -0800 Subject: Fixed test app runtime issues on iOS --- Tests/TestApp/src/SmartPointerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/SmartPointerTest.cpp') diff --git a/Tests/TestApp/src/SmartPointerTest.cpp b/Tests/TestApp/src/SmartPointerTest.cpp index 9ae9fc7..5030433 100644 --- a/Tests/TestApp/src/SmartPointerTest.cpp +++ b/Tests/TestApp/src/SmartPointerTest.cpp @@ -246,7 +246,7 @@ SmartPointerTest::~SmartPointerTest() auto NumIterations = NumThreadInterations; std::stringstream infoss; - infoss << "Performed " << m_NumTestsPerformed << " concurrency tests with " << NumIterations << " iterations each"; + infoss << "Performed " << m_NumTestsPerformed << " concurrency tests with " << NumIterations << " iterations on " << m_Threads.size() << " threads"; SetStatus(TestResult::Succeeded, infoss.str().c_str()); } -- cgit v1.2.3