Correct misspelt function name in qtconcurrentmap test.
Change-Id: I79b54b4e0de6319add89d220d3c3306556ab4ccc Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
8b66c46c18
commit
0372d5bf0d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user