X-Git-Url: https://git.llucax.com/software/mutest.git/blobdiff_plain/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8..78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6:/sample/sum_test.c?ds=sidebyside diff --git a/sample/sum_test.c b/sample/sum_test.c index 505f814..e4fd532 100644 --- a/sample/sum_test.c +++ b/sample/sum_test.c @@ -19,11 +19,7 @@ #include "sum.h" #include /* malloc(), free() */ -#ifdef MUTEST_PY -#include "../py/mutest.h" -#else #include "../mutest.h" -#endif /* unused, just for ilustrate the test suite initialization/termination */ static char* global;