diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-28 05:56:13 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-28 13:03:04 +0200 |
commit | 3465d5553fbe88a75320d1da3f7228619492b036 (patch) | |
tree | b2086113248a918c8863dadb58a5736a2be75583 /t/taplib.h | |
parent | 36bc6cd0952b2eddc17e7da803d85decf96d32cc (diff) | |
download | termo-3465d5553fbe88a75320d1da3f7228619492b036.tar.gz termo-3465d5553fbe88a75320d1da3f7228619492b036.tar.xz termo-3465d5553fbe88a75320d1da3f7228619492b036.zip |
Make the tests work again
Our UTF-8 parsing now behaves differently, though.
Diffstat (limited to 't/taplib.h')
-rw-r--r-- | t/taplib.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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); |