X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=internals%2F_PDCLIB_test.h;fp=internals%2F_PDCLIB_test.h;h=ad02b0fb71839924851a9f00f5ec30e5a63f7091;hb=0c6b5576c22d016550f6279f6366f0507b440cc6;hp=eba739122878918b627ee7ce9463174ebcfeddf0;hpb=c38675d8227b4ce9e84f3ba118ef0e6b62c32ed9;p=fw%2Fpdclib diff --git a/internals/_PDCLIB_test.h b/internals/_PDCLIB_test.h index eba7391..ad02b0f 100644 --- a/internals/_PDCLIB_test.h +++ b/internals/_PDCLIB_test.h @@ -21,7 +21,7 @@ int NO_TESTDRIVER = 0; static int rc = 0; #define TESTCASE( x ) if ( x ) {} \ - else { rc += 1; printf( "FAILED: " __FILE__ ", line %d - " #x "\n", __LINE__ ); } + else { rc += 1; printf( "FAILED: " __FILE__ ", line %d - %s\n", __LINE__, #x ); } #ifndef REGTEST #define TESTCASE_NOREG( x ) TESTCASE( x )