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_parse_double__.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_parse_double__.c')
-rw-r--r-- | libfonts_parse_double__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfonts_parse_double__.c b/libfonts_parse_double__.c index 9aba573..a337ff8 100644 --- a/libfonts_parse_double__.c +++ b/libfonts_parse_double__.c @@ -25,7 +25,7 @@ libfonts_parse_double__(double *outp, const char *value) int main(void) { - return 0; /* TODO add test */ + return 0; /* XXX add test */ } |