Ignore:
File:
1 edited

Legend:

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

    r9c40b834 ra35b458  
    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 
    6864        return NULL;
    6965}
Note: See TracChangeset for help on using the changeset viewer.