summaryrefslogtreecommitdiff
path: root/deps/uv/test/benchmark-async-pummel.c
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-01-16 23:38:02 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2013-01-16 23:38:02 +0100
commit952e42de726dd4c25c81ad6dbad81f03a12096d4 (patch)
tree9bc11684b42ac9a3da85f9210a52cc610d47b52b /deps/uv/test/benchmark-async-pummel.c
parent47f3fc9a2671bca3f70726f9bbbb8f2b56ac1dc3 (diff)
downloadandroid-node-v8-952e42de726dd4c25c81ad6dbad81f03a12096d4.tar.gz
android-node-v8-952e42de726dd4c25c81ad6dbad81f03a12096d4.tar.bz2
android-node-v8-952e42de726dd4c25c81ad6dbad81f03a12096d4.zip
deps: upgrade libuv to 4ba03dd
Diffstat (limited to 'deps/uv/test/benchmark-async-pummel.c')
-rw-r--r--deps/uv/test/benchmark-async-pummel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/benchmark-async-pummel.c b/deps/uv/test/benchmark-async-pummel.c
index 2f318967ec..4761c1928e 100644
--- a/deps/uv/test/benchmark-async-pummel.c
+++ b/deps/uv/test/benchmark-async-pummel.c
@@ -78,7 +78,7 @@ static int test_async_pummel(int nthreads) {
time = uv_hrtime();
- ASSERT(0 == uv_run(uv_default_loop()));
+ ASSERT(0 == uv_run(uv_default_loop(), UV_RUN_DEFAULT));
time = uv_hrtime() - time;
done = 1;