View | Details | Raw Unified | Return to bug 231373 | Differences between
and this patch

Collapse All | Expand All

(-)tests/sumset_test.c (-1 / +1 lines)
Lines 26-32 Link Here
26
#include <assert.h>
26
#include <assert.h>
27
#include "librsync.h"
27
#include "librsync.h"
28
#include "sumset.h"
28
#include "sumset.h"
29
29
#include <stdio.h>
30
/* Test driver for sumset.c. */
30
/* Test driver for sumset.c. */
31
int main(int argc, char **argv)
31
int main(int argc, char **argv)
32
{
32
{

Return to bug 231373