libuv/test/test-fail-always.c

6 lines
145 B
C
Raw Normal View History

2011-04-04 23:43:17 +00:00
#include "test.h"
TEST_IMPL(fail_always) {
/* This test always fails. It is used to test the test runner. */
FATAL("Yes, it always fails")
2011-04-04 23:43:17 +00:00
}