1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

Disable fail-always and pass-always

This commit is contained in:
Ryan Dahl 2011-05-03 16:56:26 -07:00
parent b5e9579d05
commit a8e4c0bc6b

View File

@ -59,7 +59,9 @@ TASK_LIST_START
TEST_ENTRY (timeout)
#if 0
/* These are for testing the test runner. */
TEST_ENTRY (fail_always)
TEST_ENTRY (pass_always)
#endif
TASK_LIST_END