Criterion/samples/with-time.c

5 lines
74 B
C

#include <criterion/criterion.h>
Test(samples, timed) {
assert(0);
}