Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/tester.h

    rd9be488 rdd5f703  
    6060        do { \
    6161                if (!test_quiet) { \
    62                         fprintf(stderr, (format), ##__VA_ARGS__); \
     62                        fprintf(stdout, (format), ##__VA_ARGS__); \
    6363                } \
    6464        } while (0)
     
    107107extern const char *test_malloc3(void);
    108108extern const char *test_mapping1(void);
     109extern const char *test_pager1(void);
    109110extern const char *test_serial1(void);
    110111extern const char *test_virtchar1(void);
Note: See TracChangeset for help on using the changeset viewer.