Ignore:
File:
1 edited

Legend:

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

    r1b3e854 r013a5d7  
    3838#include <sys/types.h>
    3939#include <bool.h>
    40 #include <stacktrace.h>
    4140
    4241#define IPC_TEST_SERVICE  10240
     
    6059                if (!test_quiet) { \
    6160                        fprintf(stderr, (format), ##__VA_ARGS__); \
    62                 } \
    63         } while (0)
    64 
    65 #define TSTACKTRACE() \
    66         do { \
    67                 if (!test_quiet) { \
    68                         stacktrace_print(); \
    6961                } \
    7062        } while (0)
Note: See TracChangeset for help on using the changeset viewer.