Changeset 9c40b834 in mainline for uspace/app/tester/print/print2.c


Ignore:
Timestamp:
2024-09-12T12:35:23Z (6 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
2ee6351
Parents:
de4f165
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2024-08-20 13:57:22)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-12 12:35:23)
Message:

Add test for ticket #631

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/print/print2.c

    rde4f165 r9c40b834  
    6262        TPRINTF("Real output:     [%td] [%tu] [%tx] [%ti] [%to]\n\n", d, neg_d, neg_d, d, neg_d);
    6363
     64        TPRINTF("Testing printf(\"%%lf\", 768.0):\n");
     65        TPRINTF("Expected output: [768.000000]\n");
     66        TPRINTF("Real output:     [%lf]\n", 768.0);
     67
    6468        return NULL;
    6569}
Note: See TracChangeset for help on using the changeset viewer.