Skip to content

Tests fixes

Jan Alexander Steffens requested to merge heftig/pango:tests-fixes into master
  • tests: In attribute_from_string, parse offsets as long long
    We need space for G_MAXUINT and 4294967285 (in testattributes.c). On i686, this requires long long, as long is only 32 bits wide.
  • tests: Free the sizes array, if it was allocated
Edited by Jan Alexander Steffens

Merge request reports