diff options
Diffstat (limited to 't/re/recompile.t')
-rw-r--r-- | t/re/recompile.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/recompile.t b/t/re/recompile.t index 8c9b92e126..5a6f7d7f91 100644 --- a/t/re/recompile.t +++ b/t/re/recompile.t @@ -147,7 +147,7 @@ comp_n(3, <<'CODE', 'mixed utf8 qr'); "a" =~ qr/$_/ for "\x{c4}\x{80}", "\x{100}", "\x{c4}\x{80}"; CODE -# note that that for runtime code, each pattern is compiled twice; the +# note that for runtime code, each pattern is compiled twice; the # second time to allow the parser to see the code. comp_n(6, <<'CODE', 'runtime code'); |