summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentmap
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-02-06 14:58:06 +0100
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2018-02-07 14:01:07 +0000
commit5f058a73c8d29bd7cdb98f9efad0ce711bddaf6b (patch)
tree2f4a3729b606fa36b3b1feabd801c2883afb9777 /tests/auto/concurrent/qtconcurrentmap
parentf5c3d48c998ecca0ac88c8bc1281db2a449479c8 (diff)
Remove extra semicolon
Change-Id: I3156da059116f4a9edeeec1d5450e23587ba03fd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/concurrent/qtconcurrentmap')
-rw-r--r--tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp b/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
index 2d7c0c2f64..2ff1b9410c 100644
--- a/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
+++ b/tests/auto/concurrent/qtconcurrentmap/tst_qtconcurrentmap.cpp
@@ -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 ==