diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-09 21:38:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-09 21:38:55 +0100 |
commit | 7d262f1cdac88d33c21c9fc875f4c96bd69aa105 (patch) | |
tree | a4fddee5260120d281fc48151db0f8c394f126ac /libfonts_get_default_font.c | |
parent | Implement libfonts_parse_double__ and last part of libfonts_get_output_rendering_settings (section aliases) (diff) | |
download | libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.gz libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.bz2 libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.xz |
Use XXX instead of TODO for missing function tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libfonts_get_default_font.c')
-rw-r--r-- | libfonts_get_default_font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfonts_get_default_font.c b/libfonts_get_default_font.c index e0ad9ab..5ad0a1c 100644 --- a/libfonts_get_default_font.c +++ b/libfonts_get_default_font.c @@ -253,7 +253,7 @@ out: int main(void) { - return 0; /* TODO add test */ + return 0; /* XXX add test */ } |