Skip to content

Commit

Permalink
Fix ext/Devel-Peek/t/Peek.t on threaded Perl
Browse files Browse the repository at this point in the history
References: Perl#226
  • Loading branch information
atoomic committed Aug 27, 2020
1 parent 4a95e01 commit 8a12c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/Devel-Peek/t/Peek.t
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ do_test('reference to named subroutine without prototype',
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$repeat_todo"
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$pattern"
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$do_eval"
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$setup_stderr"
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "&"
\s+\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$setup_stderr"
\s+\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "&"
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$sub"
\\d+\\. $ADDR<\\d+> FAKE "\\$DEBUG" flags=0x0 index=0
\\d+\\. $ADDR<\\d+> \\(\\d+,\\d+\\) "\\$dump"
Expand Down

0 comments on commit 8a12c7b

Please sign in to comment.