From 3465d5553fbe88a75320d1da3f7228619492b036 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sun, 28 Sep 2014 05:56:13 +0200 Subject: Make the tests work again Our UTF-8 parsing now behaves differently, though. --- t/taplib.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 't/taplib.h') diff --git a/t/taplib.h b/t/taplib.h index ddb0d20..9045c32 100644 --- a/t/taplib.h +++ b/t/taplib.h @@ -1,7 +1,7 @@ -void plan_tests(int n); -void ok(int cmp, char *name); -void pass(char *name); -void fail(char *name); -void is_int(int got, int expect, char *name); -void is_str(const char *got, const char *expect, char *name); -int exit_status(void); +void plan_tests (int n); +void ok (int cmp, char *name); +void pass (char *name); +void fail (char *name); +void is_int (int got, int expect, char *name); +void is_str (const char *got, const char *expect, char *name); +int exit_status (void); -- cgit v1.2.3-70-g09d2