There was an error while loading. Please reload this page.
1 parent d130d96 commit d48fa7aCopy full SHA for d48fa7a
t/stream/re-opt.t
@@ -1,4 +1,5 @@
1
# vim:set ft= ts=4 sw=4 et fdm=marker:
2
+
3
use lib '.';
4
use t::TestCore::Stream;
5
@@ -48,7 +49,7 @@ error: pcre_exec() failed: -27
48
49
qq{
50
lua_package_path "$t::TestCore::Stream::lua_package_path";
51
init_by_lua_block {
- $::TestCore::Stream::init_by_lua_block
52
+ $t::TestCore::Stream::init_by_lua_block
53
54
local ngx_re = require "ngx.re"
55
ngx_re.opt("jit_stack_size", 128 * 1024)
0 commit comments