summaryrefslogtreecommitdiffstats
path: root/tap/tests/fail/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap/tests/fail/test.c')
-rw-r--r--tap/tests/fail/test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tap/tests/fail/test.c b/tap/tests/fail/test.c
index 621b6c2..18e1695 100644
--- a/tap/tests/fail/test.c
+++ b/tap/tests/fail/test.c
@@ -28,9 +28,7 @@
28 28
29#include "tap.h" 29#include "tap.h"
30 30
31int 31int main(int argc, char *argv[]) {
32main(int argc, char *argv[])
33{
34 unsigned int rc = 0; 32 unsigned int rc = 0;
35 33
36 rc = plan_tests(2); 34 rc = plan_tests(2);