diff options
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()); } |
