summaryrefslogtreecommitdiff
path: root/unittest/mytap/t/basic-t.c
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/mytap/t/basic-t.c')
-rw-r--r--unittest/mytap/t/basic-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mytap/t/basic-t.c b/unittest/mytap/t/basic-t.c
index bf4c1a9a664..16928509e8c 100644
--- a/unittest/mytap/t/basic-t.c
+++ b/unittest/mytap/t/basic-t.c
@@ -7,7 +7,7 @@
int main() {
plan(5);
ok(1 == 1, "testing basic functions");
- ok(2 == 2, "");
+ ok(2 == 2, " ");
ok(3 == 3, NULL);
if (1 == 1)
skip(2, "Sensa fragoli");