uv: upgrade to f5c2a4a
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 22 Nov 2011 15:07:34 +0000 (16:07 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 27 Dec 2011 20:54:19 +0000 (12:54 -0800)
deps/uv/test/test-list.h

index 51b8472..a4c13ad 100644 (file)
@@ -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)