Changeset 03daabd in mainline for uspace/lib/c/test/main.c


Ignore:
Timestamp:
2019-10-06T19:47:36Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
5be6361
Parents:
9559cf8
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-09-17 07:50:03)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:47:36)
Message:

Renaming dyn_array to array

The term dyn_array is redunant and has therefore been replaced
with the shorter term array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/main.c

    r9559cf8 r03daabd  
    3232PCUT_INIT;
    3333
     34PCUT_IMPORT(array);
    3435PCUT_IMPORT(cap);
    3536PCUT_IMPORT(casting);
    3637PCUT_IMPORT(circ_buf);
    3738PCUT_IMPORT(double_to_str);
    38 PCUT_IMPORT(dyn_array);
    3939PCUT_IMPORT(fibril_timer);
    4040PCUT_IMPORT(getopt);
Note: See TracChangeset for help on using the changeset viewer.