From 5ccbcfe6837b7691d2b21deb8bfd0392cd87ed23 Mon Sep 17 00:00:00 2001 From: Luke Gorrie Date: Tue, 14 Mar 2017 11:22:26 +0000 Subject: [PATCH] Make test 366 pass by adding "move:" to expectation 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! :-) --- test/lib/contents.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/contents.lua b/test/lib/contents.lua index a1d8b9b..422920c 100644 --- a/test/lib/contents.lua +++ b/test/lib/contents.lua @@ -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