libuv/test/test-pass-always.c
2011-04-05 02:05:41 +02:00

6 lines
126 B
C

#include "test.h"
TEST_IMPL(pass_always) {
/* This test always passes. It is used to test the test runner. */
return 0;
}