summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-04-25 16:12:03 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-04-25 16:12:03 +0200
commit3e92f36afc258f4483ab20b10d81dca0bf9e51b9 (patch)
tree1b906680883689232bb6324d41aa3ee9db9cb95a /test
parent666f593803d29ff88173714e373a35886b51efe1 (diff)
downloadqtlocation-mapboxgl-3e92f36afc258f4483ab20b10d81dca0bf9e51b9.tar.gz
fix headless test case
Diffstat (limited to 'test')
-rw-r--r--test/headless.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headless.cpp b/test/headless.cpp
index 0dbf79d40d..86f112c2ae 100644
--- a/test/headless.cpp
+++ b/test/headless.cpp
@@ -105,7 +105,7 @@ TEST(Headless, initialize) {
map.update();
// Run the loop. It will terminate when we don't have any further listeners.
- uv_run(uv_default_loop(), UV_RUN_DEFAULT);
+ map.run();
map.render();