Diff

spec/util_cache_spec.lua @ 12571:c4337ff4f1c4

tests: Remove special-casing of Lua 5.1 Part of #1600
author Kim Alvefur <zash@zash.se>
date Sat, 02 Jul 2022 17:29:03 +0200
parent 11366:618ab9bba1c2
child 12771:e9fcc69ea508
line wrap: on
line diff
--- a/spec/util_cache_spec.lua	Thu Jun 30 17:00:35 2022 +0200
+++ b/spec/util_cache_spec.lua	Sat Jul 02 17:29:03 2022 +0200
@@ -314,7 +314,7 @@
 
 		end);
 
-		(_VERSION=="Lua 5.1" and pending or it)(":table works", function ()
+		it(":table works", function ()
 			local t = cache.new(3):table();
 			assert.is.table(t);
 			t["a"] = "1";