aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
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();