aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-06 17:42:51 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-06 17:42:51 +0100
commit41baa7a49b8366881cada579c383a6a52fd018f4 (patch)
treea50384c9e9fe297db0605675ea48c647c853b0e9 /tests/tests.h
parent2c0981859eee38323c04537b68fb138ef986095f (diff)
downloadft_printf_test-41baa7a49b8366881cada579c383a6a52fd018f4.tar.gz
ft_printf_test-41baa7a49b8366881cada579c383a6a52fd018f4.tar.bz2
ft_printf_test-41baa7a49b8366881cada579c383a6a52fd018f4.zip
removing unnecessary tests
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
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);