This commit is contained in:
Aaron Smith 2023-09-11 15:11:54 +01:00
parent 3ecec1f787
commit dcc40b4dc1

View file

@ -400,7 +400,7 @@ TEST("derive()", wrap_root(function()
local count = 0 local count = 0
watch(function() count += 1 end) watch(function() c() count += 1 end)
b(true) b(true)
CHECK(c() == "b") CHECK(c() == "b")