From 41baa7a49b8366881cada579c383a6a52fd018f4 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 6 Feb 2020 17:42:51 +0100 Subject: removing unnecessary tests --- tests/tests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index 121f8c6..8b045e1 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -3,6 +3,7 @@ void test_pft_nacked(void); void test_pft_percent(void); +void test_pft_nocrash(void); void test_pft_string(void); void test_pft_int_i(void); void test_pft_int_d(void); -- cgit