X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=e325dbb16d9ba35fae564bb2a9fb3b7327fb02f9;hb=c75794cffb05769b71a346af8513a3e8dde55f94;hp=4863eaea91ec9cfcee870f1dddab43990dc585f0;hpb=511fa997d9324c4ab6536c604ec9e0461062e1fc;p=pspp diff --git a/tests/output/render-test.c b/tests/output/render-test.c index 4863eaea91..e325dbb16d 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -109,7 +109,7 @@ configure_drivers (int width, int length) string_map_insert (&options, "left-margin", "0"); string_map_insert (&options, "right-margin", "0"); string_map_insert_nocopy (&options, xstrdup ("paper-size"), - xasprintf ("%dx%dpt", width * 5, length * 6)); + xasprintf ("%dx%dpt", width * 5, length * 8)); driver = output_driver_create (&options); if (driver == NULL) exit (EXIT_FAILURE);