Skip to content

Commit f48587e

Browse files
committed
updated a test case to reflect recent changes in LuaJIT v2.1.
1 parent 430c037 commit f48587e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

t/request.t

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ Bar: bar
7373
Baz: baz
7474
--- error_log eval
7575
qr/\[TRACE \d+ .*? -> 1\]/
76-
--- no_error_log
77-
[error]
78-
-- NYI:
76+
--- no_error_log eval
77+
[
78+
"[error]",
79+
qr/ -- NYI: (?!return to lower frame)/,
80+
]
7981
8082
8183

0 commit comments

Comments
 (0)