From 8d81ffef00f5cf2c267fb855715b76cdf004bc52 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 1 Mar 2023 16:11:17 +0100 Subject: Keep it simple --- test/test.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/test.c (limited to 'test/test.c') diff --git a/test/test.c b/test/test.c deleted file mode 100644 index a47adb6..0000000 --- a/test/test.c +++ /dev/null @@ -1,14 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* See LICENSE file for copyright and license details. */ - -#include -#include - -void -asserti(int expected, int value) -{ - if (expected != value) { - exit(1); - } -} -- cgit v1.2.3