From 4bcc582b83f291a6b05177604580161de850af76 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sun, 12 Apr 2015 23:00:41 +0200 Subject: [PATCH] Changed with-type to a real file for windows builds --- samples/with-time.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 120000 => 100644 samples/with-time.c diff --git a/samples/with-time.c b/samples/with-time.c deleted file mode 120000 index 9ef1a34..0000000 --- a/samples/with-time.c +++ /dev/null @@ -1 +0,0 @@ -simple.c \ No newline at end of file diff --git a/samples/with-time.c b/samples/with-time.c new file mode 100644 index 0000000..1d67a01 --- /dev/null +++ b/samples/with-time.c @@ -0,0 +1,5 @@ +#include + +Test(samples, timed) { + assert(0); +}