chore: remove brother requires older brother print()

This commit is contained in:
ernisto 2025-03-15 20:48:12 -03:00
parent 26b5be7edf
commit edd6afd9bc

View file

@ -2535,7 +2535,6 @@ TEST("graph edge cases", wrap_root(function()
b = derive(upd_b)
a(2)
print('CAVALO', count.b, count.c)
CHECK(count.b == 2)
CHECK(count.c == 2)
end