diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 22:06:28 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-02-17 22:06:28 +0000 |
| commit | 7b046238346958733109d1840ff6aae026b0f95c (patch) | |
| tree | b883af1835d23df9b30fb06eb179a3a873d60b95 /Tests/TestApp/src/SmartPointerTest.cpp | |
| parent | Added test result reporting (diff) | |
| download | DiligentEngine-7b046238346958733109d1840ff6aae026b0f95c.tar.gz DiligentEngine-7b046238346958733109d1840ff6aae026b0f95c.zip | |
Fixed test app runtime issues on iOS
Diffstat (limited to 'Tests/TestApp/src/SmartPointerTest.cpp')
| -rw-r--r-- | Tests/TestApp/src/SmartPointerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
