summaryrefslogtreecommitdiff
path: root/test/test_exception.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_exception.cc')
-rw-r--r--test/test_exception.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_exception.cc b/test/test_exception.cc
index 5042b64..8149fbf 100644
--- a/test/test_exception.cc
+++ b/test/test_exception.cc
@@ -5,6 +5,8 @@
#include <exception>
+#define fprintf(...)
+
void log(void* ignored)
{
printf("Cleanup called on %s\n", *(char**)ignored);