From: Ben Pfaff Date: Sun, 22 Jan 2023 21:40:10 +0000 (-0800) Subject: work on debugging rules X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b881483b82862e67f632403b2fa0d78ad1e486b;p=pspp work on debugging rules --- diff --git a/tests/output/pivot-table-test.c b/tests/output/pivot-table-test.c index 67edc0481f..e610ee25b4 100644 --- a/tests/output/pivot-table-test.c +++ b/tests/output/pivot-table-test.c @@ -127,7 +127,6 @@ configure_drivers (int width, int length UNUSED, int min_break) string_map_insert (&options, "box", box); register_driver (&options, "-"); - /* Render to .pdf. */ string_map_insert (&options, "top-margin", "0"); string_map_insert (&options, "bottom-margin", "0"); @@ -148,7 +147,6 @@ configure_drivers (int width, int length UNUSED, int min_break) register_driver (&options, "%s.spv", output_base); register_driver (&options, "%s.html", output_base); register_driver (&options, "%s.tex", output_base); - string_map_destroy (&options); }