summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/concurrent
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/concurrent')
-rw-r--r--tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp b/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
index a1dd1c7ab9..c55317d171 100644
--- a/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
+++ b/tests/auto/corelib/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
@@ -74,7 +74,7 @@ private slots:
void exceptions();
#endif
void incrementalResults();
- void noDetatch();
+ void noDetach();
#ifndef QT_NO_STL
void stlContainers();
#endif
@@ -2279,7 +2279,7 @@ void tst_QtConcurrentMap::incrementalResults()
Test that mapped does not cause deep copies when holding
references to Qt containers.
*/
-void tst_QtConcurrentMap::noDetatch()
+void tst_QtConcurrentMap::noDetach()
{
{
QList<int> l = QList<int>() << 1;