Skip to content

Commit

Permalink
Make test 366 pass by adding "move:" to expectation
Browse files Browse the repository at this point in the history
I have cherry-picked this change from commit
52015c1f5bc7a9c60f29c2c4109b9be0905eeef3 of @DemiMarie's `fixed-goto`
branch published at LuaJIT/LuaJIT-test-cleanup#13.

I hope it is right! :-)
  • Loading branch information
lukego committed Mar 14, 2017
1 parent 014708b commit 5ccbcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/contents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ do --- 5.2 string +lua>=5.2
end

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

do --- 5.2 table +lua>=5.2
Expand Down

0 comments on commit 5ccbcfe

Please sign in to comment.