Changed with-type to a real file for windows builds

This commit is contained in:
Snaipe 2015-04-12 23:00:41 +02:00
parent e83cfc412e
commit 4bcc582b83

View file

@ -1 +0,0 @@
simple.c

5
samples/with-time.c Normal file
View file

@ -0,0 +1,5 @@
#include <criterion/criterion.h>
Test(samples, timed) {
assert(0);
}