libuv/test/test-pass-always.c

6 lines
126 B
C
Raw Normal View History

2011-04-04 23:43:17 +00:00
#include "test.h"
TEST_IMPL(pass_always) {
/* This test always passes. It is used to test the test runner. */
return 0;
}