From 41baa7a49b8366881cada579c383a6a52fd018f4 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 6 Feb 2020 17:42:51 +0100 Subject: removing unnecessary tests --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 0338628..eebe845 100644 --- a/main.c +++ b/main.c @@ -8,6 +8,7 @@ int main(int argc, char **argv) (void)argv; test_pft_nacked(); test_pft_percent(); + /* test_pft_nocrash(); */ test_pft_string(); test_pft_int_i(); test_pft_int_d(); -- cgit