aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h
index d1deaf687..c74610c95 100644
--- a/test/test.h
+++ b/test/test.h
@@ -72,7 +72,7 @@ extern "C" {
#endif
#define test_fail(point) { \
- test_fail(point); \
+ _test_fail(point); \
return; \
}