Skip to content

Commit 1a1e49b

Browse files
author
Johnny Wang
authored
tests: 106-timer.t: fixed test plan count.
1 parent 945ab99 commit 1a1e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/106-timer.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ our $StapScript = $t::StapThread::StapScript;
1212

1313
repeat_each(2);
1414

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

1717
#no_diff();
1818
no_long_string();

0 commit comments

Comments
 (0)