X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest_url_normalize.c;fp=tests%2Ftest_url_normalize.c;h=ef482037486545c23828370d2982097487c3fe5e;hb=da5ec078afae896e95fb4a4982be46db84042083;hp=1a762092e7d2f2165b79f70a7ab29871c3e28fec;hpb=a889b0b1a8233103aac529105dc0db9c5864a592;p=psensor.git diff --git a/tests/test_url_normalize.c b/tests/test_url_normalize.c index 1a76209..ef48203 100644 --- a/tests/test_url_normalize.c +++ b/tests/test_url_normalize.c @@ -14,10 +14,9 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - *02110-1301 USA + * 02110-1301 USA */ - #include #include #include @@ -25,7 +24,6 @@ #include "../src/lib/url.h" - int test_url_normalize(const char *url, const char *ref_url) { int ret; @@ -48,7 +46,6 @@ int test_url_normalize(const char *url, const char *ref_url) return ret; } - int tests_url_normalize() { int failures;