Skip to content

Commit

Permalink
Add a blurb for the is.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Oct 30, 2011
1 parent aa3ee3b commit 5afbebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Helper.pm
Expand Up @@ -63,7 +63,7 @@ sub run_debugger($$;$$)
my $rc = $? >> 8; my $rc = $? >> 8;


print $output if $debug; print $output if $debug;
Test::More::is($rc, 0); Test::More::is($rc, 0, 'Debugger command was executed successfully');


my $right_string = _slurp($right_fn); my $right_string = _slurp($right_fn);


Expand Down

1 comment on commit 5afbebf

@rocky
Copy link

@rocky rocky commented on 5afbebf Nov 4, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied with slight change.

Please sign in to comment.