diff options
-rw-r--r-- | Perl/t/test-no-crash.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Perl/t/test-no-crash.pl b/Perl/t/test-no-crash.pl index 5e2a82e..9f6ff0c 100644 --- a/Perl/t/test-no-crash.pl +++ b/Perl/t/test-no-crash.pl @@ -857,9 +857,12 @@ sub test_mapitems { &test_cloning; # we test that cloning items and modifiyng/removing them does not core dump +# #### &test_fonts; ## and specially big fonts with render = 1; # #### &test_path_tags; # #### &test_illegal_tags; +# #### &test_contours and coords + &log (0, "---- End of test_no_crash ----\n"); MainLoop(); |