diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/headless.cpp | 2 |
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(); |