Skip to content

Commit

Permalink
tests: fixed a shdict size related test for valgrind mode on i386.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 27, 2017
1 parent d87d382 commit 6ebadd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/043-shdict.t
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ hello, world
ngx.say("abort at ", i)
}
--- stream_response_like
^true nil true\nabort at (?:139|140)$
^true nil true\nabort at (?:139|140|141)$
--- no_error_log
[error]

Expand Down

0 comments on commit 6ebadd2

Please sign in to comment.