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
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-08-10 04:59:26 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-08-10 05:01:54 +0400
commitb3bc009a89d605ab89d28857d19fea0975040b58 (patch)
treed98d0b3356e097b6fd2fe43bc103a89801fad1ea /Makefile
parent501b0b91be88dab5d7064b9fc3ff2719d8efb3f4 (diff)
Fix test-net-server-on-fd-0 for windows by removing assert
Rename to regression test for GH-746 as the fd 0 behavior was not what the bug report was about.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 204cca0a268..e6fd054b601 100644
--- a/Makefile
+++ b/Makefile
@@ -185,6 +185,7 @@ UVTEST += simple/test-readdouble
UVTEST += simple/test-readfloat
UVTEST += simple/test-readint
UVTEST += simple/test-readuint
+UVTEST += simple/test-regress-GH-746
UVTEST += simple/test-regress-GH-819
UVTEST += simple/test-regress-GH-897
UVTEST += simple/test-regression-object-prototype