diff options
Diffstat (limited to 'tests/test_pqueue.c')
| -rw-r--r-- | tests/test_pqueue.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_pqueue.c b/tests/test_pqueue.c index 436a583..3d61552 100644 --- a/tests/test_pqueue.c +++ b/tests/test_pqueue.c @@ -11,6 +11,9 @@ typedef Int MinInt; int MinInt_cmp(Int lhs, Int rhs) { return -Int_cmp(lhs, rhs); } +void MinInt_show(Int self, FILE* fp) { + Int_show(self, fp); +} VECTOR_DEF(MinInt); VECTOR_IMPL(MinInt); |
