diff options
Diffstat (limited to 'src/common/test.h')
-rw-r--r-- | src/common/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/test.h b/src/common/test.h index b5d12ac407..c7af49cbbe 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -21,6 +21,7 @@ #define PRETTY_FUNCTION "" #endif +/* DOCDOC have_failed */ extern int have_failed; #define test_fail_msg(msg) \ |