aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test.c b/tests/test.c
deleted file mode 100644
index a16c63a..0000000
--- a/tests/test.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <criterion/criterion.h>
-
-Test(simple, test) {
- cr_assert(0, "Hello, World!");
-}