Skip to content

Commit d48fa7a

Browse files
committed
tests: fixed a typo in t/stream/re-opt.t.
1 parent d130d96 commit d48fa7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/stream/re-opt.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# vim:set ft= ts=4 sw=4 et fdm=marker:
2+
23
use lib '.';
34
use t::TestCore::Stream;
45

@@ -48,7 +49,7 @@ error: pcre_exec() failed: -27
4849
qq{
4950
lua_package_path "$t::TestCore::Stream::lua_package_path";
5051
init_by_lua_block {
51-
$::TestCore::Stream::init_by_lua_block
52+
$t::TestCore::Stream::init_by_lua_block
5253
5354
local ngx_re = require "ngx.re"
5455
ngx_re.opt("jit_stack_size", 128 * 1024)

0 commit comments

Comments
 (0)