Skip to content

Commit

Permalink
tests: 106-timer.t: fixed test plan count.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Wang authored Oct 30, 2020
1 parent 945ab99 commit 1a1e49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/106-timer.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ our $StapScript = $t::StapThread::StapScript;

repeat_each(2);

plan tests => repeat_each() * (blocks() * 8 + 46);
plan tests => repeat_each() * (blocks() * 8 + 45);

#no_diff();
no_long_string();
Expand Down

0 comments on commit 1a1e49b

Please sign in to comment.