6 lines
126 B
C
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;
|
|
} |