Remove extra semicolon

Change-Id: I3156da059116f4a9edeeec1d5450e23587ba03fd
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
Frederik Gladhorn 2018-02-06 14:58:06 +01:00
parent f5c3d48c99
commit 5f058a73c8

View File

@ -2379,7 +2379,7 @@ void tst_QtConcurrentMap::stlContainers()
InstanceCounter ic_fn(const InstanceCounter & ic)
{
return InstanceCounter(ic);
};
}
// Verify that held results are deleted when a future is
// assigned over with operator ==