6 lines
96 B
C
6 lines
96 B
C
#include <criterion/criterion.h>
|
|
|
|
Test(dummy_test_parse, always_pass)
|
|
{
|
|
cr_assert(1, "");
|
|
}
|