5 lines
77 B
C
5 lines
77 B
C
#include <criterion/criterion.h>
|
|
|
|
Test(samples, timed) {
|
|
cr_assert(0);
|
|
}
|