Skip to content

Commit

Permalink
small formatting change for the output of ok()
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Dec 7, 2009
1 parent 32c43e3 commit 611ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/ok.m
Expand Up @@ -13,7 +13,7 @@ function ok(good, comment)
printf("ok %d", _TAP_TEST_CNT);

if nargin == 2
printf(" %s", comment);
printf(" - %s", comment);
end

if _TAP_TODO == 1
Expand Down

0 comments on commit 611ac82

Please sign in to comment.