Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-11-22 19:07:34 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-12-29 04:56:09 +0400
commite9f8e2842636650bdfa8101e6204003707661820 (patch)
tree1bcead65d037351f6953289a89c739fd68aaa919 /deps
parentbc7bae1d6be616b290e644ac3e2e403b29e199c1 (diff)
uv: upgrade to f5c2a4a
Diffstat (limited to 'deps')
-rw-r--r--deps/uv/test/test-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/uv/test/test-list.h b/deps/uv/test/test-list.h
index 51b847291ed..a4c13ad1aa3 100644
--- a/deps/uv/test/test-list.h
+++ b/deps/uv/test/test-list.h
@@ -126,6 +126,7 @@ TEST_DECLARE (thread_self)
TEST_DECLARE (strlcpy)
TEST_DECLARE (strlcat)
TEST_DECLARE (counters_init)
+
#ifdef _WIN32
TEST_DECLARE (spawn_detect_pipe_name_collisions_on_windows)
TEST_DECLARE (argument_escaping)
@@ -292,6 +293,7 @@ TASK_LIST_START
TEST_ENTRY (strlcpy)
TEST_ENTRY (strlcat)
TEST_ENTRY (counters_init)
+
#if 0
/* These are for testing the test runner. */
TEST_ENTRY (fail_always)