Skip to content

Commit 5ccbcfe

Browse files
committed
Make test 366 pass by adding "move:" to expectation
I have cherry-picked this change from commit 52015c1 of @DemiMarie's `fixed-goto` branch published at LuaJIT#13. I hope it is right! :-)
1 parent 014708b commit 5ccbcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/contents.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ do --- 5.2 string +lua>=5.2
7777
end
7878

7979
do --- pre-5.2 table +lua<5.2
80-
check(table, "concat:foreach:foreachi:getn:insert:maxn:remove:sort", "pack:unpack:setn:new")
80+
check(table, "concat:foreach:foreachi:getn:insert:maxn:move:remove:sort", "pack:unpack:setn:new")
8181
end
8282

8383
do --- 5.2 table +lua>=5.2

0 commit comments

Comments
 (0)